Flag column in ExtJS TreeGrid

Is there a way to enable the checkbox column in new extjs TreeGrid widgets? The node attribute marking, checked for false / true, simply does not work, as it was for the TreePanel.

Greetings

+3
source share
1 answer

I modified the Ext.ux.tree.TreeGridNodeUI class to implement this function: https://gist.github.com/745436

+4
source

Source: https://habr.com/ru/post/1761255/


All Articles