Kendo-Vue 在列中隐藏按钮?
Kendo-Vue Hide button in column?
我正在努力解决这个问题,我需要隐藏一个按钮,我的意思是一个基于列值的命令按钮。
我从 kendo 页中获取以下示例,我想 show/hide 基于 "Discontinued" 值的按钮 "View Details"。
我已经用 :visible 或 :hide 属性进行了测试,但没有成功。
https://stackblitz.com/edit/e1fre3
有人知道如何让它工作吗?
command option is expecting string or array so this is an updated stackblitz example that worked at my side - https://stackblitz.com/edit/e1fre3-wnzfer?file=index.html
我正在努力解决这个问题,我需要隐藏一个按钮,我的意思是一个基于列值的命令按钮。
我从 kendo 页中获取以下示例,我想 show/hide 基于 "Discontinued" 值的按钮 "View Details"。 我已经用 :visible 或 :hide 属性进行了测试,但没有成功。
https://stackblitz.com/edit/e1fre3
有人知道如何让它工作吗?
command option is expecting string or array so this is an updated stackblitz example that worked at my side - https://stackblitz.com/edit/e1fre3-wnzfer?file=index.html