新增表格参数(通过自定义函数设置标题样式headerStyle)

This commit is contained in:
RuoYi
2020-09-10 11:19:16 +08:00
parent c90e6f5fba
commit 7e615f6c84
5 changed files with 103 additions and 0 deletions

View File

@ -131,6 +131,7 @@ var table = {
queryParams: options.queryParams, // 传递参数(*
rowStyle: options.rowStyle, // 通过自定义函数设置行样式
footerStyle: options.footerStyle, // 通过自定义函数设置页脚样式
headerStyle: options.headerStyle, // 通过自定义函数设置标题样式
columns: options.columns, // 显示列信息(*
data: options.data, // 被加载的数据
responseHandler: $.table.responseHandler, // 在加载服务器发送来的数据之前处理函数