添加exportOptions属性,防止前端导出无法忽略操作列
This commit is contained in:
@ -82,6 +82,7 @@
|
||||
columns: options.columns, // 显示列信息(*)
|
||||
responseHandler: $.table.responseHandler, // 在加载服务器发送来的数据之前处理函数
|
||||
onLoadSuccess: $.table.onLoadSuccess, // 当所有数据被加载时触发处理函数
|
||||
exportOptions: options.exportOptions, // 前端导出忽略列索引
|
||||
});
|
||||
},
|
||||
// 查询条件
|
||||
|
Reference in New Issue
Block a user