Skip to content

Home > @liquidrazor/list-display > PaginationProps > onChangePage

PaginationProps.onChangePage property

Handler to move to a different page index.

Signature:

typescript
onChangePage?: (pageIndex: number) => void;