Hi,
I am creating a Tree Grid from json
The problem is that when I use Month as my "treecolumn" becomes recursive. I just want to show the children nothing more. How do I fix this?Code:{
- text: ".",
- children: [
- {
- IType: "Types",
- Month: "12",
- children: [
- {
} ......
- Month: "12",
- InstrumentType: "Type-C"