werkbank
    Preparing search index...
    • Hook to manage the state of the grid (columns and rows sizes). Can persist the state to local storage.

      Parameters

      • options: UseGridStateOptions

        Configuration options.

      Returns readonly [
          GridState,
          (
              getNextValue: GridState | ((currentState: GridState) => GridState),
          ) => void,
      ]

      An observable state object containing the grid configuration.