LoadMoreRequestArgs
Interface
Represents the arguments that the loadMoreNodes function receives when the load more button is pressed.
Definition
Package:@progress/kendo-angular-treeview
Properties
dataItem
any
Provides the data item for which you request more child nodes.
skip
number
The number of items currently rendered.
take
number
The recommended number of new items to load.
This value matches the pageSize set in the kendoTreeViewLoadMore directive.
You can return any number of items—the page size automatically adjusts based on how many items the loadMoreNodes function actually returns.