-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Bug - Grid is showing as two separated parts #2542
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
There is a known issue with this on http://ui-grid.info/docs/#/tutorial/401_AllFeatures. I'm not sure it's logged, so I'll make this issue that master for that problem. |
On initial rendering of this tutorial, the width of the header viewport is set to Tracked this down to the width calculations in ui-grid-render-container.js, and in particular the adjustors once the selection column is present. Sometimes the drawnwidth isn't present (column not drawn yet), in this case use width instead. Sometimes the calls aren't sequenced as we expect, so if there isn't a calculated width, call updateWidth first. |
Fix #2542 (renderContainer): mis-render on 401 on initial render
fix #2542 (resize): juddering when resizing a pinned grid
Just trying out today ui-grid. Version 3.0.0-rc.16 on Chrome and Firefox with expandable plugin.

This is what I get:
When I resize manually the browser window, it returns to normal.
The text was updated successfully, but these errors were encountered: