-
-
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
Problem when td data width is less than th data width #53
Labels
Comments
Ill take a look |
I have a fix for this issue, but it is not ready to release as a stable version. for now you can use the minified code in your updated fiddle: http://jsfiddle.net/vV8qF/2/ |
Wow, quick fix, thank you. |
ghost
mentioned this issue
Nov 16, 2016
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, very nice plugin. However, I found an issue when using a table with a fully floating columns (no fixed widths set on any columns). If the width of the data in the sizing-row tds is less than the width of the header-data in the ths, the header columns will move relative to the tbody.
See the following fiddle: http://jsfiddle.net/vV8qF/1/
(Rendered table is supposed to be in a windows with horizontal and vertical scroll bars, not sure if that affects the issue)
The text was updated successfully, but these errors were encountered: