gpt4 book ai didi

vue.js - 在 iView UI 表中显示/隐藏折叠行

转载 作者:搜寻专家 更新时间:2023-10-30 22:47:06 32 4
gpt4 key购买 nike

我想在 iView UI 中设计一个表,它会根据我的条件填充数据。这些行将具有折叠图标,该图标将根据我的情况隐藏/显示一些行。这是显示概念的图像: enter image description here

如何(严格)使用 iView table 实现?

最佳答案

“iview”为行操作提供 :row-class-name="rowClassName" Prop 功能。

您可以将该属性与 className 一起使用来显示/隐藏您的字段。

喜欢,

<i-table :row-class-name="rowClassName" :columns="columns1" :data="data1"></i-table>

methods: {
rowClassName (row, index) {
return row.className
}
}

这里是详细 View 的附加链接 http://jsfiddle.net/nikita747/cn47qLj6/

希望你对此满意

关于vue.js - 在 iView UI 表中显示/隐藏折叠行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52222874/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com