Function gridRowsLoadingSelector
- gridRowsLoadingSelector(apiRef): undefined | boolean
Parameters
- apiRef: MutableRefObject<{
instanceId: {
id: number;
};
state: GridStateCommunity;
}>
Returns undefined | boolean
- gridRowsLoadingSelector(state, instanceId): undefined | boolean
Parameters
- state: GridStateCommunity
- instanceId: {
id: number;
}
Returns undefined | boolean
Properties
acceptsApiRef
acceptsApiRef: boolean