Function gridSortedRowEntriesSelector
- gridSortedRowEntriesSelector(apiRef): GridRowEntry<GridValidRowModel>[]
Parameters
- apiRef: MutableRefObject<{
instanceId: {
id: number;
};
state: GridStateCommunity;
}>
- gridSortedRowEntriesSelector(state, instanceId): GridRowEntry<GridValidRowModel>[]
Parameters
- state: GridStateCommunity
- instanceId: {
id: number;
}
Properties
acceptsApiRef
acceptsApiRef: boolean
Get the id and the model of the rows after the sorting process.