mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
增加参数 row-config.height
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user