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 |
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 %}