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 c8cc3e6 commit 5efc243Copy full SHA for 5efc243
resources/views/components/table/td/reorder.blade.php
@@ -1,7 +1,6 @@
1
-@aware([ 'tableName', 'isTailwind', 'isBootstrap', 'isBootstrap4', 'isBootstrap5'])
2
-@props(['rowID', 'rowIndex'])
+@aware([ 'tableName', 'isTailwind', 'isBootstrap', 'isBootstrap4', 'isBootstrap5', 'rowPk'])
3
4
-<x-livewire-tables::table.td.plain x-cloak x-show="currentlyReorderingStatus" wire:key="{{ $tableName }}-tbody-reorder-{{ $rowID }}" :displayMinimisedOnReorder="false">
+<x-livewire-tables::table.td.plain x-cloak x-show="currentlyReorderingStatus" wire:key="{{ $tableName }}-tbody-reorder-{{ $rowPk }}" :displayMinimisedOnReorder="false">
5
<svg
6
x-cloak x-show="currentlyReorderingStatus"
7
xmlns="http://www.w3.org/2000/svg"
0 commit comments