0
我有一個按鈕,它的jqGrid的外面,我使用jqgrid.min.js V5.2.1未捕獲的jqGrid - 沒有這樣的方法:exportToExcel
我的代碼是在這裏:
$("#export").on("click", function() {
$("#jqGrid").jqGrid("exportToExcel", {
includeLabels: true,
includeGroupHeader: true,
includeFooter: true,
fileName: "jqGridExport.xlsx",
maxlength: 40 // maxlength for visible string data
})
})
但當我點擊按鈕,我得到這個錯誤: 未捕獲jqGrid - 沒有這樣的方法:exportToExcel
你能幫我解決嗎?謝謝
更新我的.js文件,但它不工作 – Saman
能否請您提供這表明該問題的演示? –