When using the sScrollX, sScrollXInner and/or sScrollY to achieve a fixed header table with its inner content scroll
sScrollX
sScrollXInner
sScrollY
For bootstrap users, this fixed it for me:
$($.fn.dataTable.tables(true)).DataTable() .columns.adjust() .fixedColumns().relayout();
See article here