A callback that is invoked immediately before a row is about to rendered. This callback can return additional data that can be bound to in a template.
This prop will be automatically populated based on the rowData
prop specified in the parent <vertex-scene-tree />
element.
A reference to the scene tree to perform operations for interactions. Such as expansion, visibility and selection.
Scrolls the table to the provided top value.
The position to scroll to.
A set of options to configure the scrolling behavior.
The number of offscreen rows above and below the viewport to render. Having a higher number reduces the chance of the browser not displaying a row while scrolling.
This prop will be automatically populated based on the
overScanCount
prop specified in the parent<vertex-scene-tree />
element.