New to Kendo UI for Angular? Start a free 30-day trial
LoadMoreRequestArgs
Represents the arguments that the loadMoreNodes
function receives when the load more button is pressed.
Name | Type | Default | Description |
---|---|---|---|
dataItem |
|
Provides the data item for which you request more child nodes. | |
skip |
|
The number of items currently rendered. | |
take |
|
The recommended number of new items to load.
This value matches the |