x-extends / vxe-table

Vxe table 的表格组件
https://vxetable.cn
MIT License
7.54k stars 1.04k forks source link

有树形表格的展开方法吗? #1833

Open bytrix opened 2 years ago

bytrix commented 2 years ago

可复现的链接:

https://codesandbox.io/s/thirsty-shape-conbds?file=/src/App.vue

问题描述与截图:

官网文档中的展开相关的方法(toggleRowExpand、setRowExpand、setAllRowExpand)只能展开type="expand"内容,想要展开tree-node底下的内容有办法实现吗?

codesandbox中点击展开按钮无法展开tree-node

期望的结果:

点击展开能够展开tree-node

操作系统:

macOS 10.15.7

浏览器版本:

chrome 104.0.5112.101

vue 版本:

3.2.37

vxe-table 版本:

4.2.3

bytrix commented 2 years ago

setTreeExpand、setAllTreeExpand