PagerSettings
Interface
Defines the pager settings of the ListView (see example).
Definition
Package:@progress/kendo-angular-listview
Properties
buttonCount?
number
Specifies the maximum count of numeric buttons before the buttons collapse.
info?
boolean
Toggles the information about the current page and the total number of records.
pageSizeValues?
boolean | number[] | PageSizeItem[]
Shows a dropdown for selecting the page size. When you set this to true, the dropdown contains the default list of options: 5, 10, 20.
To customize the list of options, set pageSizeValues to an array of the desired values.
The array can contain numbers and PageSizeItem objects.
Specifies the position of the pager.
previousNext?
boolean
Toggles the Previous and Next buttons.