Happy-Coding-Clans / Happy-Coding-Clans/vue-easytable

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

Open
#417 2 comments 1 reaction 0 assignees View on GitHub
💡 feature
Dominant language
JavaScript
Stars
3.8k
Forks
771
PR merge metrics
No merged PRs in 30d

Description

### 选择要提交 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
}]

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.