-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
Fix header not disappearing after table out of view #82
Conversation
When using with useAbsolutePositioning: false and given scrollContainer like this: $('.floathead]').floatThead( scrollContainer: ($tbl) -> $tbl.closest($tbl.data('scroll')) useAbsolutePositioning: false )
Fiddle reproducing issue: http://jsfiddle.net/88G7w/ |
What is the usecase of having the scrolling container take up 100% of the page height? Wouldn't it make more sense to use window scrolling at that point and not use a scroll container at all? Like so: Or is it the case that the |
It is the case that the .scroll div is in my html already for some other perfectly good reason. Even if the scroll container would not be 100% of the page height the issue would still stand. |
Ok, sounds good. Ill merge it soon |
Fix header not disappearing after table out of view
Thanks for the code man 👍 |
Sweet. Can you do a bower release soon? |
When using with useAbsolutePositioning: false and given scrollContainer like this: