New to Kendo UI for Angular? Start a free 30-day trial
PagerType
Represents the type of the TreeList pager. Use this type to specify the pager style.
The available values are:
numeric—Buttons with numbers.input—Input for typing the page number.
html
<kendo-treelist [pageable]="{ type: 'numeric' }"></kendo-treelist>
type PagerType = "numeric" | "input";