-
Notifications
You must be signed in to change notification settings - Fork 30
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
header renders improperly in firefox #33
Comments
I can confirm. I'm seeing the same thing in Firefox 24, but no problems in Chrome. |
Thanks Maciek, This is an important bug to fix, I agree. |
Wouldn't merging the 2 tables fix it and at the same time make it easier? |
Hi @koen-serry , how would you do that and still adjust the width of the header when enough data appeared in the table that the scrollbar appeared? |
I'm not sure I got your question 100%, but if you're talking about the data being longer than the headers: there is no magic bullet there I guess, you either truncate, use an ellipsis or just let the header grow. But at least gui wise it would always be consistent and the choice would be given to the developer. |
Hi @koen-serry No, I'm referring to when an angular-table has 10 rows, and then adding an 11th row causes the vertical scrollbar to appear. |
the header on http://angulartable.com/demo/index.html renders improperly in Firefox 23.0.1 but correctly in Chrome. Specifically, the header extends out over the scrollbar and the column lines no longer line up with the table body. Is this issue fixed as part of these new updates? I didn't want to open up a whole new Issue if you already knew about it / were working on it.
The text was updated successfully, but these errors were encountered: