datatables vertical scroll bug with fixed column in FireFox
datatables vertical scroll bug with fixed column in FireFox
nniicc
Posts: 1Questions: 1Answers: 0
Ok i have noticed this bug with FireFox 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
Live demo: http://jsfiddle.net/nniicc/pkbmabeo/
Image: http://i.stack.imgur.com/2PhjX.png
$.fn.dataTableExt.sErrMode = 'ignore';
$('#myTable01').DataTable( {
scrollY: "200px",
scrollX: true,
scrollCollapse: true,
paging: false,
fixedColumns: true,
bPaginate: false,
bFilter: false,
bInfo: false,
bSort: false
} );
This discussion has been closed.