New to Kendo UI for AngularStart a free 30-day trial

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

Sets the maximum numeric buttons count before the buttons collapse.

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.

Toggles the Previous and Next buttons.

Toggles the built-in responsive behavior of the Pager. Available in version 3.0.0 and above (see example).

Defines the type of the TreeList pager.