I would like to add a Select/Deselect All Columns checkbox under Columns before the column names in a grid panel to show/hide all columns. As there are large number of columns in grid so user wants to select all then uncheck which they want to hide or deselect all and then check which they want to show. I am using ExtJS 3.4 version.
For example, select/deselect all checkbox should come before First Name among the list under Columns tree in below sample grid:
Thanks!
I don't think there is an out of the box solution to this. you could add a checkbox a the top and set all the menu check boxes to have a bind that will check all the boxes
then you would set the checked in the top checkbox to just {checkAllCeckboxes}