Skip to content

Home > @liquidrazor/list-display > PaginationProps

PaginationProps interface

Props for the pagination controls slot.

Signature:

typescript
export interface PaginationProps

Properties

Property

Modifiers

Type

Description

onChangePage?

(pageIndex: number) => void

(Optional) Handler to move to a different page index.

onChangePageSize?

(pageSize: number) => void

(Optional) Handler to update the number of items displayed per page.

state

ListState<any>

Current pagination state.