LANIF-UI / dva-boot-admin

:cake: react admin dashboard ui LANIF-ADMIN --- react 16 + react-router 4 + dva 2 + antd 4 后台管理 脚手架
https://lanif-ui.github.io/dva-boot-admin
MIT License
1.67k stars 460 forks source link

能不能实现左侧是个树状菜单,右侧是个table,可以进行增删改查的功能? #2

Closed dongjunwen closed 6 years ago

dongjunwen commented 6 years ago

如题,点击左侧树状菜单。右侧table可以动态刷新,父节点和子节点,有上下级关系

weiq commented 6 years ago

完全可以啊,使用antd的tree监听点击事件,刷新DataTable就可以了

weiq commented 6 years ago

@dongjunwen 刚才把这个例子放到DataTable的Demo页面了 https://github.com/LANIF-UI/dva-boot-admin/blob/master/src/routes/Widgets/DataTable/components/index.js#L160