1
我想啓用數據表右上角的Excel圖標,然後單擊圖標獲取操作類以導出數據。我試過了數據表,但沒有任何情況發生。請幫助我啓用Excel按鈕並獲取操作。Jquery datatable - 如何啓用表格右上角的Excel導出?
var oTable = $("#products1").dataTable({
"aaData": newarray,
"bProcessing": true,
"bDeferRender": true,
"bFilter": false,
"bRetrieve": true,
"bJQueryUI": true,
"bPaginate": true,
"sPaginationType": "two_button",
"sDom": '<"H"Tfr>t<"F"ip>',
"bSort": true,
"aaSorting": [[2, 'asc']],
"oTableTools": {
"sSwfPath": "../images/excel_export.gif",
"aButtons": ["Excel"]
},
不,它不重複,它根本就沒有我在尋找。我在顯示數據表右上角的圖標時遇到問題。 – user2444474
@半瘋狂,請你從我的問題中刪除重複的消息。 – user2444474