When using the sScrollX, sScrollXInner and/or sScrollY to achieve a fixed header table with its inner content scroll
sScrollX
sScrollXInner
sScrollY
I fixed the same issue in my application by adding below code in the css -
.dataTables_scrollHeadInner { width: 640px !important; }