PagerNavigationButtonProps
Interface
Definition
Package:@progress/kendo-vue-data-tools
Properties
disabled
boolean
The disabled state of the button.
icon
string
The class responsible for the icon of the button.
onPagechange
(page: number, event: any) => void
The method that will be called when a page is changed.
Parameters:pagenumbereventany
page
number
The page number returned when the button is clicked.
size
string
The size of the button.
svgIcon
SVGIcon
The svg icon responsible for the icon of the button.
title
string
The title of the button.