mirror of https://gitee.com/y_project/RuoYi.git
启用点击选中行
parent
32e2e212a7
commit
4b8d64f16f
|
@ -31,6 +31,7 @@
|
||||||
showColumns: true,
|
showColumns: true,
|
||||||
showToggle: true,
|
showToggle: true,
|
||||||
showExport: false,
|
showExport: false,
|
||||||
|
clickToSelect: true,
|
||||||
fixedColumns: false,
|
fixedColumns: false,
|
||||||
fixedNumber: 0,
|
fixedNumber: 0,
|
||||||
rightFixedColumns: false,
|
rightFixedColumns: false,
|
||||||
|
@ -66,6 +67,7 @@
|
||||||
showColumns: options.showColumns, // 是否显示隐藏某列下拉框
|
showColumns: options.showColumns, // 是否显示隐藏某列下拉框
|
||||||
showToggle: options.showToggle, // 是否显示详细视图和列表视图的切换按钮
|
showToggle: options.showToggle, // 是否显示详细视图和列表视图的切换按钮
|
||||||
showExport: options.showExport, // 是否支持导出文件
|
showExport: options.showExport, // 是否支持导出文件
|
||||||
|
clickToSelect: options.clickToSelect, // 是否启用点击选中行
|
||||||
fixedColumns: options.fixedColumns, // 是否启用冻结列(左侧)
|
fixedColumns: options.fixedColumns, // 是否启用冻结列(左侧)
|
||||||
fixedNumber: options.fixedNumber, // 列冻结的个数(左侧)
|
fixedNumber: options.fixedNumber, // 列冻结的个数(左侧)
|
||||||
rightFixedColumns: options.rightFixedColumns, // 是否启用冻结列(右侧)
|
rightFixedColumns: options.rightFixedColumns, // 是否启用冻结列(右侧)
|
||||||
|
|
Loading…
Reference in New Issue