Duplicate empty header occur in datatable when enabling scrollX or scrollY when using Google Chrome
tableElement.DataTable({
"scrollX": true,
"initComplete": function(settings, json) {
$('.dataTables_scrollBody thead tr').css({visibility:'collapse'});
}
//other datatable configurations...
});