Skip to content

Commit

Permalink
Merge pull request #70 from awcodes/fix/lost-searchable-state
Browse files Browse the repository at this point in the history
Fix: add wire:key to table row
  • Loading branch information
awcodes authored Sep 18, 2023
2 parents 7a9ba67 + efdbcb0 commit 1264517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/views/components/table-repeater.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ class="filament-table-repeater-rows-wrapper divide-y divide-gray-950/5 dark:divi
@if (count($containers))
@foreach ($containers as $uuid => $row)
<tr
wire:key="{{ $this->getId() }}.{{ $row->getStatePath() }}.{{ $field::class }}.item"
x-sortable-item="{{ $uuid }}"
class="filament-table-repeater-row md:divide-x md:divide-gray-950/5 dark:md:divide-white/20"
>
Expand Down

0 comments on commit 1264517

Please sign in to comment.