-
Notifications
You must be signed in to change notification settings - Fork 297
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
Horizontal scroll of header does not work when scrolling table horizontally #122
Comments
One solution for this is to reinit after the container the table is in scrolls. One example would be when using with the twitter-bootstrap
In this case it would be best to do this individually per table that scrolls instead of targeting all of them where multiple tables exist on the one page. What I haven't worked out how to solve is the headings outside the scroll region are still visible due to the |
how to hide fixed header into horizontal scrollable area in responsive table? |
is there anyone who have fixed for this? |
Duplicate of #68. |
The solution proposed here doesnt work for me as the header overflows the table, so I need to make its overflow hidden, and then it just scrolls off screen. This is what I have done that I have working:
With this they both scroll together, even if you scroll the header on mobile rather than the table body. |
Here's my fix. Works really well.
|
No description provided.
The text was updated successfully, but these errors were encountered: