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:
then an example setup of a checkbox column would be like this:
Looks like this:
