Ok i have noticed this bug with FireFox and IE 11 how to replicate it:
- Start scrolling on the fixed column
- While its scrolling move the mouse over to the other data
- Result: not aligned rows
$.fn.dataTableExt.sErrMode = 'ignore';
$('#myTable01').DataTable( {
scrollY: "200px",
scrollX: true,
scrollCollapse: true,
paging: false,
fixedColumns: true,
bPaginate: false,
bFilter: false,
bInfo: false,
bSort: false,
} );
Is there a way to fix this in FireFox and IE? I have tried chrome and it works fine there.
