Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 339 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 339 Bytes

基于 Antd 的可编辑 Tree

Demo

image info

运行 Demo: yarn安装依赖,然后yarn start启动。

使用

参考 src/components/EditableTree.js的代码。 主要是四个递归函数,以及一个 EditableNode 组件。