Function useListCachedRows

Represents the usage of cached rows.

  • Type Parameters

    • RowData extends IRowData = any

      The type of the row data. Extends IRowData, defaults to IAnything.

    Returns IState<RowData>

    The context containing the cached rows.