New to KendoReact? Start a free 30-day trial
Paging
PagingPremium
The KendoReact Data TreeList enables you to split its content into pages.
Getting Started
To enable paging:
- Set the
pagercomponent,skip, andtakeoptions of the TreeList. - Handle the
onPageChangeevent and pass the newskipandtakevalues to the TreeList props.
The following example demonstrates the required configuration for paging the TreeList records.
Change Theme
Theme
Loading ...