添加data数据加载属性及示例

This commit is contained in:
RuoYi
2020-04-01 11:11:12 +08:00
parent 55512bdbec
commit febd69e2b3
4 changed files with 90 additions and 1 deletions

View File

@ -122,6 +122,7 @@ var table = {
queryParams: options.queryParams, // 传递参数(*
rowStyle: options.rowStyle, // 通过自定义函数设置行样式
columns: options.columns, // 显示列信息(*
data: options.data, // 被加载的数据
responseHandler: $.table.responseHandler, // 在加载服务器发送来的数据之前处理函数
onLoadSuccess: $.table.onLoadSuccess, // 当所有数据被加载时触发处理函数
exportOptions: options.exportOptions, // 前端导出忽略列索引