-
Notifications
You must be signed in to change notification settings - Fork 753
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
How can I use tablesorter with resizable widget in a div with overflow scroll? #737
Comments
Hi Martin! You can't directly resize the table header when it is wrapped with overflow auto & set to auto width. To make it work, you would need to also resize the table. I updated the resizable widget in this demo. You'll notice these issues:
If you can live with these limitations, I'll push the changes to the working branch. If not, maybe we can mess around with the code a bit to make it better. |
Hi Mottie, thanks for your help. Setting resizable_widths is an important feature for me, so I'd really appreciate if you'd resolve that issue. I've tested your demo with several browsers and several data and discovered some more issues:
Kind regards |
Hi Mottie,
My changes have not been tested without an overflow container. Kind regards |
Hi,
I can't get tablesorter with resizable widget to work if the table is inside a div with overflow scroll. Resizing the columns is limited to the original size of the table, but I want the table to expand.
See: http://jsfiddle.net/Kermit_the_frog/9tgqyLqx/3/
Is this a known limitation?
Kind regards,
Martin
The text was updated successfully, but these errors were encountered: