TablePager
Props
Prop name | Description | Type | Default |
---|---|---|---|
paginationSizeOptions (required) | TablePaginationSizeOption[] | ||
itemsPerPage (required) | number | ||
nextDisabled | boolean | false | |
prevDisabled | boolean | false | |
lastDisabled | boolean | false |
Events
Event name | Properties | Description |
---|---|---|
first | Emitted when the user requests the first page of data | |
prev | Emitted when the user requests the previous page of data | |
next | Emitted when the user requests the next page of data | |
last | Emitted when the user requests the last page of data | |
update:itemsPerPage | itemsPerPage number - the number of items to display | When the items per page option changes |
Slots
Name | Description | Bindings |
---|---|---|
default | pagination status |