New to Kendo UI for Vue? Start a free 30-day trial
Kendo UI for Vue Native TreeList Paging Functionality
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
pageable
property totrue
. - Set the
skip
property. - Set the
take
property. - Handle the
onPageChange
event and in its event handler, update theskip
andtake
values.
The following example demonstrates a TreeList with a paging configuration.
Change Theme
Theme
Loading ...