You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
PaginationProps
Shared properties for paginated requests.
export interface PaginationProps {
currentPage?: number;
pageSize?: number;
sort?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
currentPage | Optional | number | Page number. |
pageSize | Optional | number | Page size. |
sort | Optional | string | Sorting |