When using the sScrollX, sScrollXInner and/or sScrollY to achieve a fixed header table with its inner content scroll
sScrollX
sScrollXInner
sScrollY
I have fixed the column issue bu using below concept
$(".panel-title a").click(function(){ setTimeout( function(){ $('#tblSValidationFilerGrid').DataTable().search( '' ).draw(); }, 10 ); })