UIPagination
Pagination component
Since: 6.0.0 (3.12.0)
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