-
-
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
IE and hidden columns #122
Comments
IE doesnt work well with hidden columns. It needs to have a row that has all columns visible (but can have height of 0 so user doesnt see it). see this thread for more details on the issue: |
Try adding this as an option for the floatThead: I had the same problem and it seems to be working for me. |
👍 Thank you! That option is best way for me and works perfect now. But maybe it deserves to include to plugin :). |
maybe it does, ill change the default selector to |
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. |
Hello, i found this problem. I need a table with some columns (TH + TD) which are hidden (display: none). If I try that in firefox + chrome, its ok. But in IE10+ widths of columns are different. I tried to rewrite html to JFIDDLE: http://jsfiddle.net/Ls7dpomh/14/, but behaviour of IE is weird.
The text was updated successfully, but these errors were encountered: