当我申请尝试应用带导出扩展名的jquery数据表时,“show no entries”消失了,我想保留它同时还有按钮。
$('#tb_user').DataTable({
dom: 'Bfrtip', // disappear because of that line
"processing":true,
"buttons":['copy', 'csv', 'excel', 'pdf', 'print'],
"order":[],
"columnDefs":[{"targets":[0, 9],"orderable":false}]
});
还可以pdf /打印您想要的某些列,例如,如果我不想打印CRUD表中的最后一列,因为我不需要它进行打印。