Tag: datatables

如何跳过数据表导出选项中的最后一行(.csv pdf选项)

我的脚本在下面。 我想跳过我的最后一行excel和pdf。 $('.data-grid-export').DataTable({ dom: 'Blfrtip', buttons: [ { extend: 'pdf', footer: true, }, { extend: 'excel', footer: false } ] });