Skip to content

Commit efe9bee

Browse files
authored
In table changed set wire:key to full rowId (#2080)
1 parent bd5f97f commit efe9bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/table.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
@endphp
4343

4444
<tbody
45-
wire:key="tbody-{{ substr($rowId, 0, 6) }}"
45+
wire:key="tbody-{{ $rowId }}"
4646
class="{{ $class }}"
4747
>
4848
@include('livewire-powergrid::components.row', [

0 commit comments

Comments
 (0)