Skip to content

EnPagination

Preview

Props

NameDescriptionDefaultControl
modelValue
number
1
perPage

Sets how many items should be on each page.

number
25
alwaysShow

Automatically hides pagination if there is only one page of data.

boolean
false
showPageNumbers

Shows page number navigation.

boolean
true
showPageState

Shows current page set and total pages.

boolean
false
list

The list of items that is being paginated.

array<T>
[]complex object

Slots

No slots defined.

Events

update:model-value

No description

pageChange

No description

Methods

No methods defined.