Checkbox Column in ExtJS TreeGrid

前提是你 提交于 2019-12-23 18:15:48

问题


is there a way to include a checkbox column in the new extjs widget TreeGrid ? Marking the nodes attribute checked to false/true just doesn't work as it was for the TreePanel.

Cheers


回答1:


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



来源:https://stackoverflow.com/questions/3554304/checkbox-column-in-extjs-treegrid

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!