I\'m trying to find a solution for displaying each item as tree-view. Each item has id number. Here is the data structure for each item: [{id:number, name:string, children
[{id:number, name:string, children