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.
An event that is emitted when the columns of this <vertex-scene-tree-table-layout>
are resized with an array containing the widths of the columns in pixels.
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.