New to Kendo UI for Vue? Start a free 30-day trial
Kendo UI for Vue Native TreeList Paging Functionality
Updated on Oct 31, 2025
The data of the Kendo UI for Vue Native TreeList can be split into different pages.
Getting Started
To configure the paging functionality:
- Set the 
pageableproperty totrue. - Set the 
skipproperty. - Set the 
takeproperty. - Handle the 
onPageChangeevent and in its event handler, update theskipandtakevalues. 
The following example demonstrates a TreeList with a paging configuration.
Change Theme
Theme
Loading ...