首页 > 技术文章 > ExtJs CheckboxSelectionModel 全选操作后 清空表格头的checkBox

fifteen718 2017-05-22 13:18 原文

关键代码:


var hd  = Ext.getCmp("interviewSubscriptionGrid").getEl().select('div.x-grid3-hd-checker').first();

if (hd.hasClass('x-grid3-hd-checker-on')) {  
         hd.removeClass('x-grid3-hd-checker-on');  
}  


转自:ExtJs CheckboxSelectionModel 全选操作后 清空表格头的checkBox

推荐阅读