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:

  1. Set the pageable property to true.
  2. Set the skip property.
  3. Set the take property.
  4. Handle the onPageChange event and in its event handler, update the skip and take values.

The following example demonstrates a TreeList with a paging configuration.

Example
View Source
Change Theme:

In this article

Not finding the help you need?