grid 支持自定义布局

This commit is contained in:
xuliangzhan
2024-01-22 08:30:39 +08:00
parent 77ab582eaf
commit a80403cb24
19 changed files with 217 additions and 44 deletions

View File

@@ -855,6 +855,10 @@
"type": "any",
"description": "缩放配置项"
},
"vxe-grid/layouts": {
"type": "string[]",
"description": "自定义布局"
},
"vxe-toolbar/size": {
"type": "string",
"description": "尺寸"

View File

@@ -241,7 +241,8 @@
"toolbar-config",
"pager-config",
"proxy-config",
"zoom-config"
"zoom-config",
"layouts"
],
"description": "配置式表格"
},