Checkbox Column in ExtJS TreeGrid
is there a way to include a checkbox column in the new extjs widget TreeGrid ? Marking the nodes开发者_StackOverflow社区 attribute checked to false/true just doesn't work as it was for the TreePanel.
Cheers
I modified Ext.ux.tree.TreeGridNodeUI class to implement this feature: https://gist.github.com/745436
精彩评论