New to Kendo UI for Angular? Start a free 30-day trial
LoadMoreButtonTemplateDirective
Represents the template for the TreeView load more buttons.
To define a button template, nest an <ng-template>
tag with the kendoTreeViewLoadMoreButtonTemplate
directive inside a <kendo-treeview>
tag
(see example).
The hierarchical index of the load more button node is available as a context variable:
let-index="index"
(string
)
Selector
[kendoTreeViewLoadMoreButtonTemplate]