We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
expanded
return-object
1 parent 468ba31 commit 5d7af2cCopy full SHA for 5d7af2c
1 file changed
packages/vuetify/src/components/VDataTable/composables/expand.ts
@@ -48,7 +48,7 @@ export function provideExpanded (props: ExpandProps) {
48
const item = [...expanded.value].find(x => toRaw(x) === rawValue)!
49
newExpanded.delete(item)
50
} else {
51
- newExpanded.add(rawValue)
+ newExpanded.add(item.value)
52
}
53
54
expanded.value = newExpanded
0 commit comments