New to Kendo UI for Vue? Start a free 30-day trial
TreeList - Working with Flat Data
Updated on Sep 9, 2026
The Kendo UI for Vue TreeList provides a built-in functionality that converts flat data to a hierarchical tree that can be visualized by the component.
To covert the flat data to a tree, use the createDataTree function of the TreeList as demonstrated in the following example.
Loading ...