Duplikat header kosong terjadi di DataTable saat mengaktifkan ScrollX atau Scrolly saat menggunakan Google Chrome

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