Function gridPaginatedVisibleSortedGridRowEntriesSelector
- gridPaginatedVisibleSortedGridRowEntriesSelector(apiRef): GridRowEntry<GridValidRowModel>[]
Parameters
- apiRef: MutableRefObject<{
instanceId: {
id: number;
};
state: GridStateCommunity;
}>
- gridPaginatedVisibleSortedGridRowEntriesSelector(state, instanceId): GridRowEntry<GridValidRowModel>[]
Parameters
- state: GridStateCommunity
- instanceId: {
id: number;
}
Properties
acceptsApiRef
acceptsApiRef: boolean
Get the id and the model of each row to include in the current page if the pagination is enabled.