Get the id of each row to include in the current page if the pagination is enabled.

  • Parameters

    • apiRef: MutableRefObject<{
          instanceId: {
              id: number;
          };
          state: GridStateCommunity;
      }>

    Returns GridRowId[]

  • Parameters

    • state: GridStateCommunity
    • instanceId: {
          id: number;
      }
      • id: number

    Returns GridRowId[]

Properties

Properties

acceptsApiRef: boolean