Pagination
Since 1.5.0Examples
Basic
Advanced
API
Properties
Name
Description and specifications
advanced
Advanced mode
Attribute:
advancedType:
booleanDefault:
falsecount
Total number of pages
Attribute:
countType:
numberDefault:
0i18nItems
/**
i18n
Attribute:
i-1-8n-itemsType:
stringDefault:
'Items'i18nOf
i18n
Attribute:
i-1-8n-ofType:
stringDefault:
'of'i18nPage
i18n
Attribute:
i-1-8n-pageType:
stringDefault:
'Page'itemCount
Number of items shown at once.
Can only be changed in advaced mode.
Attribute:
item-countType:
numberDefault:
15selectedPage
Zero based index of currently selected page
Attribute:
selected-pageType:
numberDefault:
0showItemCount
Show item count in advanced mode
Attribute:
show-item-countType:
booleanDefault:
trueEvents
Name
Description and specifications
itemCountChanged
Item count change event
Detail:
numberpageSelected
Page selection event
Detail:
number