title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Data Binding |
Data Binding - TreeList - Kendo UI for Vue |
Bind the Kendo UI TreeList wrapper for Vue to local data arrays or remote data services. |
databinding_treelist_wrapper |
1 |
The TreeList provides support for binding it to local data arrays and to remote data services.
The following example demonstrates how to create a TreeList and bind it to a local data source.
{% meta height:260 %} {% embed_file data-binding/local/main.vue preview %} {% embed_file data-binding/local/main.js %} {% endmeta %}
You can bind the TreeList to a remote dataset by either:
The following example demonstrates how to bind the TreeList to a remote [TreeListDataSource component]({% slug overview_treelistdatasource %}).
{% meta height:260 %} {% embed_file data-binding/remote/main.vue preview %} {% embed_file data-binding/remote/main.js %} {% endmeta %}
The following example demonstrates how to bind the TreeList to remote data by using the data
method.
{% meta height:260 %} {% embed_file data-binding/data-method/main.vue preview %} {% embed_file data-binding/data-method/main.js %} {% endmeta %}
- [Kendo UI TreeListDataSource Component for Vue]({% slug overview_treelistdatasource %})
- Kendo UI DataSource Component
- Kendo UI TreeList for jQuery
- API Reference of the TreeList Widget