Appearance
Home > @liquidrazor/list-display > PaginationProps
PaginationProps interface
Props for the pagination controls slot.
Signature:
typescript
export interface PaginationPropsProperties
Property | Modifiers | Type | Description |
|---|---|---|---|
(pageIndex: number) => void | (Optional) Handler to move to a different page index. | ||
(pageSize: number) => void | (Optional) Handler to update the number of items displayed per page. | ||
ListState<any> | Current pagination state. |