Fixedheader jerky on IE 8

Fixedheader jerky on IE 8

MadmaxMadmax Posts: 4Questions: 0Answers: 0
edited June 2013 in FixedHeader
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

Replies

  • allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin
    Are you using the nightly version of FixedHeader? Or the release version or something else? If not the nightly, try it.

    Allan
  • MadmaxMadmax Posts: 4Questions: 0Answers: 0
    ok thx

    Loïc
This discussion has been closed.