mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
内部重构,支持虚拟树
This commit is contained in:
@@ -233,7 +233,7 @@
|
|||||||
},
|
},
|
||||||
"vxe-table/tree-config": {
|
"vxe-table/tree-config": {
|
||||||
"type": "any",
|
"type": "any",
|
||||||
"description": "树形结构配置项(不支持虚拟滚动)"
|
"description": "树形结构配置项"
|
||||||
},
|
},
|
||||||
"vxe-table/menu-config": {
|
"vxe-table/menu-config": {
|
||||||
"type": "any",
|
"type": "any",
|
||||||
@@ -285,11 +285,11 @@
|
|||||||
},
|
},
|
||||||
"vxe-table/scroll-x": {
|
"vxe-table/scroll-x": {
|
||||||
"type": "any",
|
"type": "any",
|
||||||
"description": "横向虚拟滚动配置(不支持深层结构和展开行)"
|
"description": "横向虚拟滚动配置(不支持展开行)"
|
||||||
},
|
},
|
||||||
"vxe-table/scroll-y": {
|
"vxe-table/scroll-y": {
|
||||||
"type": "any",
|
"type": "any",
|
||||||
"description": "纵向虚拟滚动配置(不支持深层结构和展开行)"
|
"description": "纵向虚拟滚动配置(不支持展开行)"
|
||||||
},
|
},
|
||||||
"vxe-table/params": {
|
"vxe-table/params": {
|
||||||
"type": "any",
|
"type": "any",
|
||||||
@@ -729,7 +729,7 @@
|
|||||||
},
|
},
|
||||||
"vxe-grid/tree-config": {
|
"vxe-grid/tree-config": {
|
||||||
"type": "any",
|
"type": "any",
|
||||||
"description": "树形结构配置项(不支持虚拟滚动)"
|
"description": "树形结构配置项"
|
||||||
},
|
},
|
||||||
"vxe-grid/menu-config": {
|
"vxe-grid/menu-config": {
|
||||||
"type": "any",
|
"type": "any",
|
||||||
@@ -781,11 +781,11 @@
|
|||||||
},
|
},
|
||||||
"vxe-grid/scroll-x": {
|
"vxe-grid/scroll-x": {
|
||||||
"type": "any",
|
"type": "any",
|
||||||
"description": "横向虚拟滚动配置(不支持深层结构和展开行)"
|
"description": "横向虚拟滚动配置(不支持展开行)"
|
||||||
},
|
},
|
||||||
"vxe-grid/scroll-y": {
|
"vxe-grid/scroll-y": {
|
||||||
"type": "any",
|
"type": "any",
|
||||||
"description": "纵向虚拟滚动配置(不支持深层结构和展开行)"
|
"description": "纵向虚拟滚动配置(不支持展开行)"
|
||||||
},
|
},
|
||||||
"vxe-grid/params": {
|
"vxe-grid/params": {
|
||||||
"type": "any",
|
"type": "any",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vxe-table",
|
"name": "vxe-table",
|
||||||
"version": "4.1.0",
|
"version": "4.1.1-beta.0",
|
||||||
"description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟滚动、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、虚拟列表、弹窗、自定义模板、渲染器、贼灵活的配置项、扩展接口等...",
|
"description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟滚动、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、虚拟列表、弹窗、自定义模板、渲染器、贼灵活的配置项、扩展接口等...",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
|||||||
Reference in New Issue
Block a user