Datatables 1.9.4 / bScrollInfinite misaligns headers

Datatables 1.9.4 / bScrollInfinite misaligns headers

oprogfrogooprogfrogo Posts: 6Questions: 0Answers: 0
edited March 2013 in DataTables 1.9
When I use the infinite pagination, the headers get misaligned:

[code]
.dataTable({
"bScrollInfinite": true,
"bScrollCollapse": true,
"sScrollY": "300px"
});
[/code]

How do I fix this?
This discussion has been closed.