Skip to content

Commit 5e5ee53

Browse files
authored
Update VDataTable.php
1 parent d8fa37a commit 5e5ee53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wfc/ui/vuetify/VDataTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function addExpandedRow($el, string $expandedCallback = null) : HTMLNode
109109
*/
110110
public function addItemSlot(string $slot , $el) : HTMLNode {
111111
return $this->addChild('template', [
112-
'#item.'.$slot
112+
'#item.'.$slot => '{ item }'
113113
])->addChild($el);
114114
}
115115
/**

0 commit comments

Comments
 (0)