문제

I created a sample of ExtJS tree grid. But the grid is showing only the root node. Please check this fiddle and let me know why the remaining nodes are not visible.

도움이 되었습니까?

해결책

The problem is that you misspelled the property "children" (you have written "Children"). Correct that and you will see the children.

Also you might consider adding an ID for every node.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top