增加参数 row-config.height

This commit is contained in:
xuliangzhan
2021-10-30 18:20:04 +08:00
parent e15447264a
commit b252b4bdf5
24 changed files with 77612 additions and 99 deletions

View File

@@ -181,7 +181,11 @@
},
"vxe-table/column-config": {
"type": "any",
"description": "列的默认参数"
"description": "列配置信息"
},
"vxe-table/row-config": {
"type": "any",
"description": "行配置信息"
},
"vxe-table/resizable-config": {
"type": "object",
@@ -673,7 +677,11 @@
},
"vxe-grid/column-config": {
"type": "any",
"description": "列的默认参数"
"description": "列配置信息"
},
"vxe-grid/row-config": {
"type": "any",
"description": "行配置信息"
},
"vxe-grid/resizable-config": {
"type": "object",

View File

@@ -47,6 +47,7 @@
"row-id",
"keep-source",
"column-config",
"row-config",
"resizable-config",
"seq-config",
"sort-config",
@@ -192,6 +193,7 @@
"row-id",
"keep-source",
"column-config",
"row-config",
"resizable-config",
"seq-config",
"sort-config",