DataRowModelItem
A data (leaf) row in the flattened render model.
Part of the RenderRow discriminated union (discriminant: kind === 'data').
Data rows represent actual row objects from the grid’s data source.
Only visible when their parent group(s) are expanded.
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
kind | data | Discriminant — always 'data' for leaf data rows. |
row | any | The original row object from the data source. |
rowIndex | number | Index of this row in the grid’s current (post-sort/filter) row array. |
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt