【发布时间】:2020-10-04 20:36:14
【问题描述】:
在 Vuetify 中可扩展表的基本代码笔中,我注意到当表中两个条目的名称相同时,单击行展开也会展开具有相同名称条目的另一行。有没有办法避免这种情况?
这是重现的问题:https://codepen.io/entropy283/pen/eYJdmLp?editable=true&editors=101%3Dhttps%3A%2F%2Fvuetifyjs.com%2Fen%2Fcomponents%2Fdata-tables%2F
(clicking on the first row expands the second row as well)
【问题讨论】:
标签: vue.js vuetify.js