If it's possible to have a TreeGrid
with checkable nodes, how could I create that?
0
votes
1 Answers
1
votes
Here is an example of a basic checkable tree widget.
As of Ext 4.0, there is now official TreeGrid support. Combined with the still-supported checked config when supplied with your tree's node data, it is easy to create a checkable TreeGrid.