-
Notifications
You must be signed in to change notification settings - Fork 2.5k
ui-grid Grouping is broken #3409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is the same problem described in #3394. Thanks for the details, on when it occurred. |
Refactor setting of header heights to be more DRY and ensure that rebuildStyles is set when an explicit height is set. Do not set existing explicit heights to null before recalculating height. Fixes: angular-ui#3394, angular-ui#3382, angular-ui#3409
Refactor setting of header heights to be more DRY and ensure that rebuildStyles is set when an explicit height is set. Do not set existing explicit heights to null before recalculating height. Fixes: angular-ui#3394, angular-ui#3382, angular-ui#3409
Closing as duplicate. |
Build used: ui-grid - v3.1.1 - 2016-02-09
If I use this css, only the headers wrap.
|
In the tutorial example for Grouping for ui-grid, I noticed that the grouping is broken. The +/- signs are placed one row above their correct position after expansion. See the 2 screenshots of original un-expanded state and expanded state.
The text was updated successfully, but these errors were encountered: