Pagination API
Properties
| Name | Description | Type | Required | Default value |
|---|---|---|---|---|
| max-page | Defined number of pages. | string | 0 | |
| current-page | Number of the current page. | string | 1 | |
| loading | Shows loading state | boolean | false | |
| label | Adds screen reader label for Pagination landmark | string | Pagination Menu |
Events
| Event | Description | Returns |
|---|---|---|
change |
Fires on the component when the page number is clicked. | {
detail: {
page: current page number
}
} |