.x-selectable, .x-selectable * {
-moz-user-select: text!important ;
-khtml-user-select: text!important ;
}
// enable grid cell to be selected in chrome(x-selectable)/firefox(x-selectable)/IE(unselectable)
Ext.grid.GridView.prototype.cellTpl = new Ext.Template(Ext.grid.GridView.prototype.cellTpl.html
.replace('unselectable="on"', '').replace('class="',
'class="x-selectable '))
解决extjs grid文字不能选中的问题
最新推荐文章于 2021-01-14 02:36:57 发布