为了隐藏,我使用了以下代码:
var oTable = $('#example').dataTable(); // 'example is the table id' oTable.hide();
$('#example').parents('div.dataTables_wrapper').first().hide();