Does DataTables 1.9 support Fixed Headers with Bootstrap 2.0.2
Does DataTables 1.9 support Fixed Headers with Bootstrap 2.0.2
quytennis
Posts: 14Questions: 0Answers: 0
Trying to implement Fixed Headers:
http://datatables.net/extras/fixedheader/
with my Bootstrap 2.0.2 styled table but it doesn't work.
http://datatables.net/extras/fixedheader/
with my Bootstrap 2.0.2 styled table but it doesn't work.
This discussion has been closed.
Replies
I've just recently committed a change to FixedHeader which allows you to specify an offset for the header - if you grab the nightly FixedHeaders from the download page and use something like this:
[code]
new FixedHeader(table, {
"offsetTop": 40
});
[/code]
And that should do it :-)
Allan
I'll try the nightly build later.
Allan
I have the same problem, where could I find the nightly build for testing?
Regards
Enrique
I found it at github. I tested FH v2.0.6 and it worked for me.
Thanks
Enrique
Allan