New to KendoReact? Start a free 30-day trial
Paging
The KendoReact Data TreeList enables you to split its content into pages.
Getting Started
To enable paging:
- Set the
pager
component,skip
, andtake
options of the TreeList. - Handle the
onPageChange
event and pass the newskip
andtake
values to the TreeList props.
The following example demonstrates the required configuration for paging the TreeList records.
Change Theme
Theme
Loading ...