tableElement.DataTable({ "scrollX": true, "initComplete": function(settings, json) { $('.dataTables_scrollBody thead tr').css({visibility:'collapse'}); } //other datatable configurations... });