Function useCachedPaginator

Creates a cached paginator for list data.

  • Type Parameters

    • FilterData extends {} = any

      The type of the filter data.

    • RowData extends IRowData = any

      The type of the row data.

    Parameters

    Returns IResult<FilterData, RowData>

    • The result containing the paginator handler and clear function.