[Feature] 基本表格树形展示支持跨父节点进行行拖拽
Open
@fangsmile is already working on this.
Since Apr 22, 2024.
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
What problem does this feature solve?
我们需要实现一个功能是任务管理,会采用树形表格进行实现,基本功能点如下
- 红色的是一些树形节点,我希望将蓝色的行拖拽到其它树形节点的下方(必须),如图所示
- 处于同一级的节点也可以进行上下拖拽改变其位置(可选)
What does the proposed API look like?
新增配置属性:
是否支持跨父节点拖拽
类似功能的issue:https://github.com/VisActor/VTable/issues/1485
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.