我是 jquery 数据表的新手。现在使用 datatable tabletool 将表格数据导出到 excel 和 pdf 中。数据表库提供图像文件夹,其中每个导出操作都有相应的图像可用,例如用于 excel 的图像和用于 pdf 的图像等。
在datatable.css
文件中有一个块提到删除这些评论以显示图像按钮。我做了,但它不起作用。
任何帮助请...
这是我的代码。
dg_table = $('#dg_table').dataTable({
// "sScrollY": "200px",
"bJQueryUI": true,
"sDom": "<'row-fluid'<'span12'T><'span6'l>fr>t<'row-fluid'<'span6'i><'span6'p>>",
"oTableTools": {
"sSwfPath": "assets/data-tables/swf/copy_csv_xls_pdf.swf",
"aButtons": [ "copy", "xls","print" ]
},
});