Skip to content

Commit 5efc243

Browse files
committed
Fix broken reorder blade
1 parent c8cc3e6 commit 5efc243

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

resources/views/components/table/td/reorder.blade.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
@aware([ 'tableName', 'isTailwind', 'isBootstrap', 'isBootstrap4', 'isBootstrap5'])
2-
@props(['rowID', 'rowIndex'])
1+
@aware([ 'tableName', 'isTailwind', 'isBootstrap', 'isBootstrap4', 'isBootstrap5', 'rowPk'])
32

4-
<x-livewire-tables::table.td.plain x-cloak x-show="currentlyReorderingStatus" wire:key="{{ $tableName }}-tbody-reorder-{{ $rowID }}" :displayMinimisedOnReorder="false">
3+
<x-livewire-tables::table.td.plain x-cloak x-show="currentlyReorderingStatus" wire:key="{{ $tableName }}-tbody-reorder-{{ $rowPk }}" :displayMinimisedOnReorder="false">
54
<svg
65
x-cloak x-show="currentlyReorderingStatus"
76
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)