Appearance
Pagination #
Usage #
Props #
ComponentSkin skinIndicates which skin should be used for the component Default value: ComponentSkin.DESIGN_SYSTEMpandadsnumber totalElementsTotal number of elementsboolean showTotalItemsIndicates if the pagination should show the total number of items Default value: falseSlots #
previous-textThe text to show in the previous button
textTooltipPrevThe text to show in the tooltip of the 5 previous pages button
next-textThe text to show in the next button
textTooltipNextThe text to show in the tooltip of the 5 next pages button
Events #
number page-changeEmitted when the page changesType declarations #
PaginationMode #
ts
export enum PaginationMode {
SIMPLE = 'simple',
BASIC = 'basic',
TEXT = 'text',
ARROW = 'arrow',
}1
2
3
4
5
2
3
4
5
ComponentSkin #
ts
export enum ComponentSkin {
PANDA = 'panda',
DESIGN_SYSTEM = 'ds',
}1
2
3
2
3