Quasar Q-Table 获取所选列数据的值
Quasar Q-Table getting value of selected column data
我正在尝试从 Q-Table 中获取数组的选定列数据。我正在使用其代码笔中 https://quasar.dev/vue-components/table#selection 中的示例,我想仅显示其下方的“名称”列值。我尝试使用 {{ selected.name }}
但没有显示任何内容
这是代码笔linkhttps://codepen.io/jake-stewart-go/pen/yLvojLW?editors=101
请参考这篇codepen。
https://codepen.io/Pratik__007/pen/JjpyBXq?editors=101
您需要检查长度然后显示名称属性。
是单数select可以直接取0index
然后取name
我正在尝试从 Q-Table 中获取数组的选定列数据。我正在使用其代码笔中 https://quasar.dev/vue-components/table#selection 中的示例,我想仅显示其下方的“名称”列值。我尝试使用 {{ selected.name }}
但没有显示任何内容
这是代码笔linkhttps://codepen.io/jake-stewart-go/pen/yLvojLW?editors=101
请参考这篇codepen。
https://codepen.io/Pratik__007/pen/JjpyBXq?editors=101
您需要检查长度然后显示名称属性。
是单数select可以直接取0index
然后取name