FixedHeader plugin not working
FixedHeader plugin not working
I took the ZeroConfig example
$(document).ready(function() {
console.profile( );
var dTable = $('#example').dataTable();
new FixedHeader( dTable );
console.profileEnd();
} );
but I can not get the header fixed.
I tried it with 1.5 and 1.6.2 versions
I hope you can help me.
Thanks in advance
$(document).ready(function() {
console.profile( );
var dTable = $('#example').dataTable();
new FixedHeader( dTable );
console.profileEnd();
} );
but I can not get the header fixed.
I tried it with 1.5 and 1.6.2 versions
I hope you can help me.
Thanks in advance
This discussion has been closed.
Replies
but not with 1.5
Allan