SetRowHeight
6 Jul 20261 minute to read
A callback function invoked for each row rendered in DOM virtualization mode.
Receives the row object and must return the height of that row in pixels.
Takes priority over the static rowHeight property but is superseded by
domVirtualizationSettings.autoRowHeight: true (DOM measurement).
| Paramter Name | Type |
|---|---|
| row | Object |