UIPagination
Pagination component
Properties
Name | Type | Description |
currentPage |
| Required - Current page number, not zero-indexed |
totalPages |
| Required - Number of total pages |
onPageChange |
| Required - Callback function fires when current page is changed |
Example
Last updated