Need Help on TreeTable

Sorry new to webix

Try to understand how to configure a tree table. I have a object which has an array of objects inside it.
Here is a snippet - Thank you for all your help!!!

http://webix.com/snippet/01cc83d7

Hi,

Two steps

a) define a custom property that will hold data for “child” rows

b) define a custom template for the first column as you need to show a different data there for first and second level of the data.

http://webix.com/snippet/48191aa1

thank you!