You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having a problem with the "selection" feature, and the headerCellTemplate defined on the gridOptions.
When I include the selection module in my grid, all the headerCellTemplates that I defined for my previous columns are ignored.
I guess it's linked to the the new first column that the selection module automaticaly included.
When I set "enableRowHeaderSelection" to false, all the headerCellTemplates are okay.
Then, when I disable all my headerCellTemplates, and that I set a classic DisplayName, it work aswell.
Does anyone have that problem?
All I want is to have the new column with the icons for selecting rows, combined with my other headerCellTemplates.
Is it possible? Is there a work-around?
Thank you! :)
(i'm running ui-grid 3.1.1, with ui.grid.autoResize and ui.grid.selection)