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.
1 parent 1ef8083 commit bfe70d6Copy full SHA for bfe70d6
src/View/Components/Table.php
@@ -58,7 +58,7 @@ public function render(): View|Closure|string
58
<!-- ROWS -->
59
<tbody>
60
@foreach($rows as $row)
61
- <tr class="hover:bg-base-200/50" @click="$dispatch('row-click', {{ $row }});">
+ <tr class="hover:bg-base-200/50" @click="$dispatch('row-click', @js($row));">
62
@foreach($headers as $header)
63
@php
64
# Scoped slot`s name like `user.city` are compiled to `user___city` through `@scope / @endscope`.
0 commit comments