Skip to content

Commit

Permalink
Update VDataTable.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Nov 7, 2022
1 parent d8fa37a commit 5e5ee53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wfc/ui/vuetify/VDataTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function addExpandedRow($el, string $expandedCallback = null) : HTMLNode
*/
public function addItemSlot(string $slot , $el) : HTMLNode {
return $this->addChild('template', [
'#item.'.$slot
'#item.'.$slot => '{ item }'
])->addChild($el);
}
/**
Expand Down

0 comments on commit 5e5ee53

Please sign in to comment.