Currently when you enable the selection as described in the docs (210), there is a selection column that is added to the grid. This column looks nice and I would like to use it. However, I would like to add a checkbox in the header to select/unselect all the rows. Since I am not the one defining the column definition, I cannot supply my own headerCellTemplate. I would be willing to make my own selection column, but I would need to hide the one that gets auto added by the directive.
I would like one of the following:
- Have the toggle all selected/unselected checkbox in the header built-in the selection column
- Let me change the headerCellTemplate of the selection column before the grid gets rendered
- Add a way to keep the selection api without adding the selection column to the grid
Currently when you enable the selection as described in the docs (210), there is a selection column that is added to the grid. This column looks nice and I would like to use it. However, I would like to add a checkbox in the header to select/unselect all the rows. Since I am not the one defining the column definition, I cannot supply my own headerCellTemplate. I would be willing to make my own selection column, but I would need to hide the one that gets auto added by the directive.
I would like one of the following: