Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - switchautomation

Pages: [1]
1
Thanks for answer
But I mean case when need need tree by different field names with child items.

for example, how to build tree for next object without modifying:

{
   id: 1,
   name: "name 1",
   level1: [{
      id: 2,
      name: "name 2"
   },{
      id: 3,
      name: "name 3",
      level2:[{
         id: 4,
         name: "name 4"
      },{
         id: 5,
         name: "name 5"
      },{
         id: 6,
         name: "name 6",
         level3:[{
            id: 7,
            name: "name 7"
         },{
            id: 8,
            name: "name 8"
         },{
            id: 9,
            name: "name 9",
         }]
      }]
   },{
      id: 10,
      name: "name 10"
   }]
}

Thanks


2
Hi
It will be good to use  childstr function in treeModel which return field name with nested objects.
Please implement if it is possible
Thanks


3
Bug Report / RequireJS: How to?
« on: July 31, 2018, 03:52:02 pm »
Hi
How to load pqGrid over RequireJS?
There are some errors on loading in current version

Pages: [1]