Вопрос

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