Get the amount of pages needed to display all the rows if the pagination is enabled

  • Parameters

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

    Returns number

  • Parameters

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

    Returns number

Properties

Properties

acceptsApiRef: boolean