khan4019 / tree-grid-directive

Need one or more maintainer for this! comment or email me if you are interested
http://khan4019.github.io/tree-grid-directive/test/treeGrid.html
347 stars 183 forks source link

Tree branches with level greater than 9 do not indent (appear to be level 1 instead of 10+) #155

Closed ghost closed 6 years ago

ghost commented 6 years ago

Tree branches with level greater than 9 do not indent (appear to be level 1 instead of 10+)

I have a tree with 10+ hierarchical levels. Levels 1-9 work perfectly, but anything greater (10, 11, 12... etc) all appear on the left hand side of the table and appear to be treated as a level 1 tree branch. I have looked through the directive but have been unable to find the source of the problem. Any help would be much appreciated. I love the directive and want to continue using it. Thanks!

ghost commented 6 years ago

I realized that all I needed to do was add additional tree-grid levels in the treeGrid.css file.