添加表格父子视图示例

This commit is contained in:
RuoYi
2019-09-25 19:48:29 +08:00
parent 925d2b13d8
commit ee8fb0e87b
5 changed files with 125 additions and 1 deletions

View File

@ -84,6 +84,7 @@
onClickCell: options.onClickCell, // 单击某格触发的事件
onDblClickCell: options.onDblClickCell, // 双击某格触发的事件
onEditableSave: options.onEditableSave, // 行内编辑保存的事件
onExpandRow: options.onExpandRow, // 点击详细视图的事件
rememberSelected: options.rememberSelected, // 启用翻页记住前面的选择
fixedColumns: options.fixedColumns, // 是否启用冻结列(左侧)
fixedNumber: options.fixedNumber, // 列冻结的个数(左侧)