Optional
additionalOptional
groupsContains some values of type GridRowId
that have been requested to be fetched
either by defaultGroupingExpansionDepth
or isGroupExpandedByDefault
props.
Applicable with server-side grouped data and unstable_dataSource
only.
Optional
loadingThe loading status of the rows.
Amount of data rows provided to the grid. Includes the filtered and collapsed rows. Does not include the auto-generated rows (auto generated groups and footers).
Amount of top level rows. Includes the filtered rows and the auto-generated root footer if any. Does not include the rows of depth > 0 (rows inside a group).
Amount of nodes at each depth (including auto-generated ones)
Name of the algorithm used to group the rows It is useful to decide which filtering / sorting algorithm to apply, to avoid applying tree-data filtering on a grouping-by-column dataset for instance.