Hi there,
I am trying to display multiple child nodes in a treegrid. setChildrenField api takes only one node name as children. In my structure I have more than one node name which should be displayed as children. Is it possible to display with treegrid. Any ideas or suggestions will be helpful.
Here is a sample of my json input where i want to display both the nodes under BOM and Alternates as children in the tree to the parent 12345678.
Thanks,
Prathap
I am trying to display multiple child nodes in a treegrid. setChildrenField api takes only one node name as children. In my structure I have more than one node name which should be displayed as children. Is it possible to display with treegrid. Any ideas or suggestions will be helpful.
Here is a sample of my json input where i want to display both the nodes under BOM and Alternates as children in the tree to the parent 12345678.
Code:
{ "Number":"12345678", "Name":"Test Name, "BOM": [ {...}, {...} ], "Alternates": [ {...}, {...} ] }
Prathap
Comment