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
http://plnkr.co/edit/u6LBOx?p=preview
As you can see in this demo if the column header height is wrong when the grouping directive is added to the grid. This is only a problem when the column defs aren't there when the grid options are loaded.
Example:
This problem is not there for the grid without the grouping directive.
When you perform the grouping action the headers appear correctly however when you ungroup they return to their broken state.
OS: Mac OSX
Browser: Chrome
Build: v3.0.0-rc.21-d68dcc6 - 2015-05-27
The text was updated successfully, but these errors were encountered:
I don't think this is specifically related to grouping. This has to do with multiple render containers and no columns. This may be due to my refactor a few weeks ago of the header height calculation, but I am not seeing why. @c0bra would you mind taking a look?
The original plunker doesn't apply notifyDataChange so here is a fork that does, and the problem still occurs: http://plnkr.co/edit/implXX?p=preview
http://plnkr.co/edit/u6LBOx?p=preview
As you can see in this demo if the column header height is wrong when the grouping directive is added to the grid. This is only a problem when the column defs aren't there when the grid options are loaded.
Example:
This problem is not there for the grid without the grouping directive.
When you perform the grouping action the headers appear correctly however when you ungroup they return to their broken state.

OS: Mac OSX
Browser: Chrome
Build: v3.0.0-rc.21-d68dcc6 - 2015-05-27
The text was updated successfully, but these errors were encountered: