-
Notifications
You must be signed in to change notification settings - Fork 579
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
[Feature requests] Table scroll #52
Comments
It's not possible via CSS without breaking the table's automatic column widths. Here's the closest I could get, but it requires a width: |
It looks good with the above hacks. Seem it needs to apply the width attribute to all element or it will breaks as content changes. |
I found another issue: Seems js is a must to do so. |
@goodseller / @connors one useful outcome here could be adding support for using the For example: http://jsfiddle.net/developit/j8swt8zb/ (scroll-list) |
@developit Yeah that might be a solution. We might even be able to use |
Sounds promising. I actually ended up rolling with the separate header table solution, but ran into more general issues with tables being unweildly to work with, so I'm probably switching to a static or flexbox layout to get around automatic column widths. |
any more on this? I think having a sticky table header is a must for real apps! |
Does anyone know how to make it works?
I have tried a few times but currently things turn like this:
But I am hoping something like this:
http://jsfiddle.net/TweNm/
Here is some workarounds (I can not make it work as it said): http://stackoverflow.com/questions/17067294/html-table-with-100-width-with-vertical-scroll-inside-tbody
Thanks.
The text was updated successfully, but these errors were encountered: