New to Kendo UI for Vue? Start a free 30-day trial
Data Binding
The TreeList provides support for binding it to local data arrays.
To populate the TreeMap with local data:
- Define the local data array in the
data
object of the Vue application. - Refer it in the TreeMap initialization through the
:data-source
or:data-source-ref
props.
Example
View Source
Change Theme: