File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
resources/views/tailwind/includes Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " rappasoft /laravel-livewire-tables" ,
2
+ "name" : " deltasystems /laravel-livewire-tables" ,
3
3
"description" : " A dynamic table component for Laravel Livewire" ,
4
4
"keywords" : [
5
5
" rappasoft" ,
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ class="rounded border-gray-300 text-indigo-600 shadow-sm transition duration-150
96
96
@forelse ($rows as $index => $row )
97
97
<x-livewire-tables::table .row
98
98
wire:loading.class.delay =" opacity-50 dark:bg-gray-900 dark:opacity-60"
99
- wire:key =" table-row-{{ $row -> {$primaryKey } } }"
99
+ wire:key =" table-row-{{ md5 ( rand ()) } } - {{ $row -> {\ Rappasoft \ LaravelLivewireTables \ Utilities \ColumnUtilities :: parseField ( $primaryKey ) } } }"
100
100
wire:sortable.item =" {{ $row -> {$primaryKey } } }"
101
101
:reordering =" $reordering"
102
102
:url =" method_exists($this, 'getTableRowUrl') ? $this->getTableRowUrl($row) : ''"
You can’t perform that action at this time.
0 commit comments