-
Notifications
You must be signed in to change notification settings - Fork 541
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
Header duplicates and no fixed header #46
Comments
I see this as well. |
Same here. I'm using bootstrap for my table and getting the exact same thing. |
This took me some time to figure out. The css is not optional. Add the file css/defaultTheme.css I threw it into your jsfiddle to show it can work. I also added a div so it would actually show the scrollbar. Otherwise the whole table fit without needing one. Documentation should be updated to include a more simple demo or how to use. |
That worked for me @bufke ! Thanks! |
Please see sample here: http://jsfiddle.net/mersenneprimes/ANVNY/2/
As you can see, the header is duplicated and shifted.
I am unable to determine the cause of this.
My table is valid, I have all the thead, tbody, and th tags.
Anyone have any suggestions?
Thanks,
Ehab
The text was updated successfully, but these errors were encountered: