When using the sScrollX, sScrollXInner and/or sScrollY to achieve a fixed header table with its inner content scroll
sScrollX
sScrollXInner
sScrollY
try this, the following code solved my problem
table.dataTable tbody th,table.dataTable tbody td { white-space: nowrap; }
for more information pls refer Here.