Ant Design of React - Editable Tree Table
可编辑的树形表格
Need in the work, but i did not find ready-made components easy to understand after Baidu and Google.
工作中需要,但百度谷歌后并没有发现现成的、可用的、易理解的组件。
So i try to do it.
所以我自己尝试写了下。
yarn
npm run build
npm run mock
详见:
https://github.com/blueju/ant-design-editable-tree-table
2020 年 9 月 2 日
看到有人给了我 star,怎么说也要对得起人家,时不时更新一下仓库。
大致按 ant design 的样子,稍稍规范了一下封装组件的方法名称,add
→ onAdd
,save
→ onSave
,remove
→ onDelete
。
然后改了一下 mock 的方式,哈哈看起来顺眼多了。
然后就是加了一些注释。