-
-
Notifications
You must be signed in to change notification settings - Fork 198
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 height and hidden TR #86
Comments
but if its hidden it has no height, so it shouldn't make a difference. |
That's not true (at least in my jquery on firefox). I've a TR with "display: none" (but with content inside, obviously not visibile) and if i make a $(tr).height() jquery gives me the height of the content... if you don't see the same beahavious i'll try to do a jsfiddle. |
fiddle: http://jsfiddle.net/DxX2T/31/ |
fixed in v1.2.8 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
In function setHeaderHeight you do this code:
This code consider hidden tr as well. This should be better:
The text was updated successfully, but these errors were encountered: