Appearance
Home > @liquidrazor/list-display > PaginationProps > onChangePageSize
PaginationProps.onChangePageSize property
Handler to update the number of items displayed per page.
Signature:
typescript
onChangePageSize?: (pageSize: number) => void;