When I use the infinite pagination, the headers get misaligned:
How do I fix this?
.dataTable({
"bScrollInfinite": true,
"bScrollCollapse": true,
"sScrollY": "300px"
});
How do I fix this?