Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.15 KB

File metadata and controls

29 lines (20 loc) · 1.15 KB
title page_title description slug position
TreeListDataSource
TreeListDataSource Overview - Components - Kendo UI for Vue
Use the Kendo UI TreeListDataSource wrapper component in Vue projects.
overview_treelistdatasource
7

TreeListDataSource Overview

The TreeListDataSource extends the [DataSource component]({% slug overview_datasource %}).

It contains instances of the custom kendo.data.TreeListModel model, which represents the TreeList data items.

The following example demonstrates how to bind the TreeList to the TreeListDataSource.

{% meta height:660 %} {% embed_file treelist-datasource/main.vue preview %} {% embed_file treelist-datasource/main.js %} {% endmeta %}

Suggested Links