1
0
mirror of synced 2025-12-10 07:58:13 +08:00

内部重构,支持虚拟树

This commit is contained in:
xuliangzhan
2021-10-31 20:55:09 +08:00
parent 6c9e6a8ca2
commit 9c43b5802d
2 changed files with 7 additions and 7 deletions

View File

@@ -233,7 +233,7 @@
},
"vxe-table/tree-config": {
"type": "any",
"description": "树形结构配置项(不支持虚拟滚动)"
"description": "树形结构配置项"
},
"vxe-table/menu-config": {
"type": "any",
@@ -285,11 +285,11 @@
},
"vxe-table/scroll-x": {
"type": "any",
"description": "横向虚拟滚动配置(不支持深层结构和展开行)"
"description": "横向虚拟滚动配置(不支持展开行)"
},
"vxe-table/scroll-y": {
"type": "any",
"description": "纵向虚拟滚动配置(不支持深层结构和展开行)"
"description": "纵向虚拟滚动配置(不支持展开行)"
},
"vxe-table/params": {
"type": "any",
@@ -729,7 +729,7 @@
},
"vxe-grid/tree-config": {
"type": "any",
"description": "树形结构配置项(不支持虚拟滚动)"
"description": "树形结构配置项"
},
"vxe-grid/menu-config": {
"type": "any",
@@ -781,11 +781,11 @@
},
"vxe-grid/scroll-x": {
"type": "any",
"description": "横向虚拟滚动配置(不支持深层结构和展开行)"
"description": "横向虚拟滚动配置(不支持展开行)"
},
"vxe-grid/scroll-y": {
"type": "any",
"description": "纵向虚拟滚动配置(不支持深层结构和展开行)"
"description": "纵向虚拟滚动配置(不支持展开行)"
},
"vxe-grid/params": {
"type": "any",

View File

@@ -1,6 +1,6 @@
{
"name": "vxe-table",
"version": "4.1.0",
"version": "4.1.1-beta.0",
"description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟滚动、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、虚拟列表、弹窗、自定义模板、渲染器、贼灵活的配置项、扩展接口等...",
"scripts": {
"serve": "vue-cli-service serve",