ExtJS 4 select multiple CheckColumn checkboxes with checkbox header
I have a column of checkcolumn type to enable toggling boolean values. I'd like to be able to toggle all rows for that value at once. Ideally, I'd be able to add a checkbox to the checkcolumn header and listen for changes. Is that possible? I'd like to note that I am not looking for a checkboxmodel to select rows. I have created an updated version of the Ext.ux.CheckColumn for this, just include this code after the extjs code is included: Ext.define('Ext.ux.CheckColumn', { extend: 'Ext.grid.column.Column', alias: 'widget.checkcolumn', disableColumn: false, disableFunction: null,