Gets the list of row ids. TODO rows v6: Rename or remove ?
Gets the row data with a given id.
The id of the row.
The row data.
Gets the ID of a row given its data.
The row data.
The id of the row.
Gets the index of a row relative to the rows that are reachable by scroll.
The row id.
The index of the row.
Gets the full set of rows as [[Map<GridRowId, GridRowModel>]].
The full set of rows.
Gets the row node from the internal tree structure.
The id of the row.
The tree node.
Gets the total number of rows in the grid.
The number of rows.
Sets the internal loading state.
If true
the loading indicator will be shown over the Data Grid.
Sets a new set of rows.
The new rows.
Replace a set of rows with new rows.
The index of the first row to be replaced.
The new rows.
Allows to update, insert and delete rows.
An array of rows with an action
specifying what to do.
The Row API interface that is available in the grid
apiRef
.