VPagination
Props
Name | Type | Description |
---|---|---|
size | Enum:super-condensed condensed normal | The size the pagination should have. |
shape | Enum:rounded pill | The shape the pagination should have. |
nav-icons | boolean | |
total | number | |
selected-index | number |
Events
Name | Event Type | Description |
---|---|---|
pagination-change | CustomEvent<{selectedIndex: number, total: number, oldIndex: number}> | Fires when the page changes. |
Methods
Name | Type | Description |
---|---|---|
totalChanged | (_: number,newValue: number) => unknown | |
selectedIndexChanged | (oldValue: number,newValue: number) => unknown | |
paginationButtonsChanged | `(_: HTMLButtonElement[] | undefined,newValue: HTMLButtonElement[]) => unknown` |