Fixedheader jerky on IE 8
Fixedheader jerky on IE 8
Madmax
Posts: 4Questions: 0Answers: 0
Hi
On ie8 my fixed header is not smoothly but on FF fixedheader is smoothly.
[code] $(document).ready(function() {
var oTable = $('#liste').dataTable( {
"bInfo": false,
"bPaginate": false,
"sDom": '<"top">rt<"bottom"flp><"clear">'
} );
new FixedHeader( oTable, { "bottom": true } );
} );
[/code]
thx.
Sorry for my bad english.
Loïc
On ie8 my fixed header is not smoothly but on FF fixedheader is smoothly.
[code] $(document).ready(function() {
var oTable = $('#liste').dataTable( {
"bInfo": false,
"bPaginate": false,
"sDom": '<"top">rt<"bottom"flp><"clear">'
} );
new FixedHeader( oTable, { "bottom": true } );
} );
[/code]
thx.
Sorry for my bad english.
Loïc
This discussion has been closed.
Replies
Allan
Loïc