Skip to content

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.

PropertyTypeDescription
kinddataDiscriminant — always 'data' for leaf data rows.
rowanyThe original row object from the data source.
rowIndexnumberIndex 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