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!!!
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!!!
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.
thank you!