mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
update
This commit is contained in:
@@ -78,9 +78,9 @@ Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
|
|||||||
* [x] Virtual scroller
|
* [x] Virtual scroller
|
||||||
* [x] Virtual merger
|
* [x] Virtual merger
|
||||||
* [x] CSS Variable Theme
|
* [x] CSS Variable Theme
|
||||||
* [x] (pro) Cell area selection
|
* [x] (插件) Cell area selection
|
||||||
* [x] (pro) Cell copy & paste
|
* [x] (插件) Cell copy & paste
|
||||||
* [x] (pro) Cell find and replace
|
* [x] (插件) Cell find and replace
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
|
|||||||
@@ -79,9 +79,9 @@
|
|||||||
* [x] 虚拟滚动
|
* [x] 虚拟滚动
|
||||||
* [x] 虚拟合并
|
* [x] 虚拟合并
|
||||||
* [x] CSS 变量主题
|
* [x] CSS 变量主题
|
||||||
* [x] (pro) 单元格区域选取
|
* [x] (插件) 单元格区域选取
|
||||||
* [x] (pro) 单元格复制/粘贴
|
* [x] (插件) 单元格复制/粘贴
|
||||||
* [x] (pro) 单元格查找和替换
|
* [x] (插件) 单元格查找和替换
|
||||||
|
|
||||||
## 安装
|
## 安装
|
||||||
|
|
||||||
|
|||||||
@@ -77,9 +77,9 @@ Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ |
|
|||||||
* [x] 虛擬滾動
|
* [x] 虛擬滾動
|
||||||
* [x] 虛擬合併
|
* [x] 虛擬合併
|
||||||
* [x] CSS 變量主題
|
* [x] CSS 變量主題
|
||||||
* [x] (pro) 儲存格區域選取
|
* [x] (Plugin) 儲存格區域選取
|
||||||
* [x] (pro) 儲存格複製/粘貼
|
* [x] (Plugin) 儲存格複製/粘貼
|
||||||
* [x] (pro) 儲存格查找和替換
|
* [x] (Plugin) 儲存格查找和替換
|
||||||
|
|
||||||
## 安裝
|
## 安裝
|
||||||
|
|
||||||
|
|||||||
@@ -1695,6 +1695,10 @@
|
|||||||
"type": "string | boolean",
|
"type": "string | boolean",
|
||||||
"description": "所有设置标题内容过长时显示为省略号"
|
"description": "所有设置标题内容过长时显示为省略号"
|
||||||
},
|
},
|
||||||
|
"vxe-form/vertical": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "所有项使用垂直布局"
|
||||||
|
},
|
||||||
"vxe-form/class-name": {
|
"vxe-form/class-name": {
|
||||||
"type": "string, ({ data }) => string",
|
"type": "string, ({ data }) => string",
|
||||||
"description": "给表单附加 className"
|
"description": "给表单附加 className"
|
||||||
@@ -1763,6 +1767,10 @@
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "是否显示标题"
|
"description": "是否显示标题"
|
||||||
},
|
},
|
||||||
|
"vxe-form-item/vertical": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "使用垂直布局"
|
||||||
|
},
|
||||||
"vxe-form-item/class-name": {
|
"vxe-form-item/class-name": {
|
||||||
"type": "string, ({ field, data }) => string",
|
"type": "string, ({ field, data }) => string",
|
||||||
"description": "给表单项附加 className"
|
"description": "给表单项附加 className"
|
||||||
|
|||||||
@@ -546,6 +546,7 @@
|
|||||||
"title-colon",
|
"title-colon",
|
||||||
"title-asterisk",
|
"title-asterisk",
|
||||||
"title-overflow",
|
"title-overflow",
|
||||||
|
"vertical",
|
||||||
"class-name",
|
"class-name",
|
||||||
"collapse-status",
|
"collapse-status",
|
||||||
"custom-layout",
|
"custom-layout",
|
||||||
@@ -571,6 +572,7 @@
|
|||||||
"title-asterisk",
|
"title-asterisk",
|
||||||
"title-overflow",
|
"title-overflow",
|
||||||
"show-title",
|
"show-title",
|
||||||
|
"vertical",
|
||||||
"class-name",
|
"class-name",
|
||||||
"content-class-name",
|
"content-class-name",
|
||||||
"content-style",
|
"content-style",
|
||||||
|
|||||||
Reference in New Issue
Block a user