Get the left position in pixel of each visible columns relative to the left of the first column.

  • Parameters

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

    Returns number[]

  • Parameters

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

    Returns number[]

Properties

Properties

acceptsApiRef: boolean