内部重构,支持虚拟树
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user