New to Kendo UI for Angular? Start a free 30-day trial
PagerSettings
The pager settings of the TreeList.
html
<kendo-treelist
[pageable]="{
buttonCount: 2,
info: false
}">
</kendo-treelist>
Name | Type | Default | Description |
---|---|---|---|
buttonCount? |
|
Sets the maximum numeric buttons count before the buttons are collapsed. | |
countChildren? |
|
A flag that indicates if child nodes should be fetched and counted for the pager total. | |
info? |
|
Toggles the information about the current page and the total number of records. | |
pageSizes? |
|
Shows a menu for selecting the page size. | |
previousNext? |
|
Toggles the Previous and Next buttons. | |
responsive? |
|
Toggles the built-in responsive behavior of the Pager.
Available in version | |
type? |
|
Defines the type of the TreeList pager. |