New to Kendo UI for Angular? Start a free 30-day trial
PagerSettings
Represents the pager settings of the TreeList. Use this interface to configure the pager options.
html
<kendo-treelist
[pageable]="{
buttonCount: 2,
info: false
}">
</kendo-treelist>
Name | Type | Default | Description |
---|---|---|---|
buttonCount? |
|
Sets the maximum numeric buttons count before the buttons collapse. | |
countChildren? |
|
Indicates if child nodes are fetched and counted for the pager total. | |
info? |
|
Shows 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. |