PagerSettings
Interface
Represents the pager settings of the TreeList. Use this interface to configure the pager options.
Definition
Package:@progress/kendo-angular-treelist
Syntax:
html
<kendo-treelist
[pageable]="{
buttonCount: 2,
info: false
}">
</kendo-treelist>
Properties
buttonCount?
number
Sets the maximum numeric buttons count before the buttons collapse.
countChildren?
boolean
Indicates if child nodes are fetched and counted for the pager total.
info?
boolean
Shows information about the current page and the total number of records.
pageSizes?
boolean | number[]
Shows a menu for selecting the page size.
previousNext?
boolean
Toggles the Previous and Next buttons.
responsive?
boolean
Toggles the built-in responsive behavior of the Pager.
Available in version 3.0.0 and above (see example).