Happy-Coding-Clans / vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
https://happy-coding-clans.github.io/vue-easytable/
MIT License
3.63k stars 725 forks source link

[Feature Request] 展开行增加树节点功能 #417

Open lihu541 opened 2 years ago

lihu541 commented 2 years ago

选择要提交 issue 的库

vue-easytable

Issue 类型

Feature

Issue 标题

展开行增加树节点功能

这个功能解决了什么问题?

表格展示树状数据

你期望的 API 是什么样的?

tableData: [{ id:'1', isChild:false, },{ id:'2', isChild:true, children: [{ id:'21', }, { id:'22', }] },{ id:'3', isChild:false }]

huangshuwei commented 2 years ago

Add todo: https://github.com/Happy-Coding-Clans/vue-easytable/projects/3#card-74247964

yanhao98 commented 1 year ago

+1