Not able to create tree with 4 levels
Hello,
I am not able to create a tree with four levels. When i expand the 3rd level the tree contents for fourth level move to left.
Is the a known bug?
Is there a known workaround?
var tree = {
0: [1],
1: [2],
2: [3],
3: [4]}
I am not able to create a tree with four levels. When i expand the 3rd level the tree contents for fourth level move to left.
Is the a known bug?
Is there a known workaround?
var tree = {
0: [1],
1: [2],
2: [3],
3: [4]}
Vicky Singh
January 5,