New to Kendo UI for Angular? Start a free 30-day trial
LoadMoreRequestArgs
Represents the arguments passed to the loadMoreNodes
function when a load more button is pressed.
Name | Type | Default | Description |
---|---|---|---|
dataItem |
|
Points to the data item for which more child nodes are requested. | |
skip |
|
Indicates how many items are currently rendered. | |
take |
|
Indicates how many new items are requested. This value equals the initial |