aximario / json-tree

把扁平化的数据转换成树形结构的JSON,把树形JSON扁平化

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

【优化】支持排序

nickyzhang-fe opened this issue · comments

{
id: 30
name: "测试"
order: 0 // 排序
parentId: 29
}

可以先在外部排序好再传入