usePagination
Manage pagination state and actions for list and tables.
Usage
Example
Building a Self Assembled Pagination Component
The usePagination
hook provides the handlers required to manage pagination state and actions for list and tables. This can be seen in the Pagination Configuration of the Pagination documentation.
API
usePagination (Arguments)
Prop | Type | Default |
---|---|---|
count | Array<number | "..."> | - |
page | number | - |
limit | number | - |
displayMax | number | - |
usePagination (Return)
Prop | Type | Default |
---|---|---|
visiblePages | Array<number | "..."> | - |
max | number | - |