ElemeFE / ElemeFE/element

[Feature Request] 树形表格,在数据量巨大,并且业务非常复杂(单选,多选,搜索,增减枝叶)如何处理

Open
#19,546 12 comments 0 reactions 0 assignees View on GitHub
stale
Dominant language
Vue
Stars
54k
Forks
14.4k
PR merge metrics
No merged PRs in 30d

Description

### Existing Component

### Component Name
Tree

### Description
公司的目前有一块的业务,牵扯到树形表格操作,
1. 数据量本身巨大(3W条以上),
2. 动态的增加删除,
3. 要支持搜索
4. 要有半选,全选的状态展示

![image](https://user-images.githubusercontent.com/25602259/83482844-cea20200-a4d3-11ea-9d9e-6afeb0fc7896.png)

因为数据量巨大,所以没办法一次性显示出来。只能做懒加载
但是懒加载又没有办法支持搜索
搜索的结果要展示完整的树形结构(所有的层级,非常重要, 与懒加载天然冲突),便于用户勾选。
同时要能在搜索的结果执行 增删,选择操作。要和未搜索时候保持同步。。

尝试过过暗杀产品经理。没有成功。o(╥﹏╥)o。

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.