-
Notifications
You must be signed in to change notification settings - Fork 754
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
scroller widths #1468
Comments
Hi @davidh71! Thanks for reporting this issue. I just fixed the column alignment issue in the master branch (demo). A new release is planned once I get #1467 fixed. As for forcing a width on the columns, that's actually the input that is doing that. All inputs have a set width in the browser. The filter widget sets their width to |
Hi, Thanks for responding so fast. |
Hmm, it looks fine in Chrome, but I do see the one pixel misalignment in Firefox... I'll see what I can do. |
It looks like the alignment depends on the size of the columns. When it's this size see the alignment - chrome ubuntu.. do you see the same thing? things go get better after resize -is there a way to force that after paint? |
I just released a new version, but sadly I forgot about this alignment issue. I'll include a fix (hopefully) in the next release. |
This looks like it was fixed in 8beec62. Would you please verify. |
Hi,
Having an issue with the column widths not matching the body widths.
example: http://jsfiddle.net/u7whxf1e/1/
problems:
1, on first render the columns don't align
2. on window resize they DO align, but they are forced fixed width which i would prefer not to have.
Bug? or am i missing something.
Many thanks!!
The text was updated successfully, but these errors were encountered: