Templates on the cell disappear unexpectedly
Please make sure each of the following is true before submitting a new issue. We are a small team with limited time and it is very difficult to manage issues if they aren't reported correctly.
- [x] This is a bug report, not a question on how to use the grid.
Use Stack Overflow or Gitter for questions. - [x] You have searched the open issues to see if this bug has been filed before. We don't want duplicate issues.
- [x] You have reviewed the tutorials and documentation to ensure you are using the grid correctly. ui-grid.info
- [x] You are using the latest version of the grid. Older versions are not patched or supported.
- [x] You have provided steps to recreate your bug. A plunkr is even better.
Hello,
When you hide a column from hamburger menu and display it again, some cell/header templates disappear.
Before:

After:

You can reproduce it from http://ui-grid.info/customizer/# or any of grid demo on the main page.
Regards
I solved this issue and commented it on another post. Did not see this till now.
The issue also occurred when you have a lot of columns and they are removed from the view when scrolling and added back when scrolling back to them.
It has to do with the column being destroyed but the filter not being recreated
It’s a very simple fix, You can see it here. https://github.com/angular-ui/ui-grid/issues/6969
Is this issue fixed? I could still see the same issue.