mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2025-10-15 18:18:28 +00:00
新增表格参数(自定义radio/checkbox的name值)
This commit is contained in:
@@ -144,6 +144,7 @@ var table = {
|
|||||||
rowStyle: options.rowStyle, // 通过自定义函数设置行样式
|
rowStyle: options.rowStyle, // 通过自定义函数设置行样式
|
||||||
footerStyle: options.footerStyle, // 通过自定义函数设置页脚样式
|
footerStyle: options.footerStyle, // 通过自定义函数设置页脚样式
|
||||||
headerStyle: options.headerStyle, // 通过自定义函数设置标题样式
|
headerStyle: options.headerStyle, // 通过自定义函数设置标题样式
|
||||||
|
selectItemName: options.selectItemName, // 自定义radio/checkbox的name值
|
||||||
columns: options.columns, // 显示列信息(*)
|
columns: options.columns, // 显示列信息(*)
|
||||||
data: options.data, // 被加载的数据
|
data: options.data, // 被加载的数据
|
||||||
responseHandler: $.table.responseHandler, // 在加载服务器发送来的数据之前处理函数
|
responseHandler: $.table.responseHandler, // 在加载服务器发送来的数据之前处理函数
|
||||||
|
Reference in New Issue
Block a user