Results 3 comments of 梧桐树下

> ![image](https://user-images.githubusercontent.com/3954091/64609286-37ee5c00-d3ff-11e9-8147-0e72c3a8546c.png > > this version fix the bug > hansonyao/kong-dashboard thx

我也遇到这个问题,我的解决方案如下: 将`row-style` 替换为 `:row-class-name` 然后定义一个隐藏类 ``` .row_hiddle { display: none; } ``` `toggleDisplayTr` 函数的 `return "display: none;";` 改为 `return "row_hiddle";`就可以折叠了