Function useLastPagination
- useLastPagination<FilterData, RowData>(upperHandler): IResult<any, any>
Type Parameters
- FilterData extends {} = any
- RowData extends IRowData = any
Returns IResult<any, any>
- An object containing the handler function and the state data.
Custom hook for managing pagination state and handling pagination logic.