Native TreeList - Working with Flat Data
The Kendo UI for Vue Native 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.