Pagination
The v-pagination
component is used to separate long sets of data so that it is easier for a user to consume information. Depending on the length provided, the pagination component will automatically scale. To maintain the current page, simply supply a v-model
attribute.
API
Components.Paginations.
Components.Paginations.
Components.Paginations.
Components.Paginations.
Components.Paginations.
Components.Paginations.
Components.Paginations.
Components.Paginations.
Components.Paginations.
Controla visibilidade
Exemplos
Long
When the number of page buttons exceeds the parent container, the component will truncate the list.
Limit
You can also manually set the maximum number of visible page buttons with the total-visible
prop.
Round
The alternate style for pagination is circle pages.
Icons
Previous and next page icons can be customized with prev-icon
and next-icon
props.
Disabled
Pagination items can be manually deactivated.