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 7829f0e commit ebd8e09Copy full SHA for ebd8e09
resources/views/tailwind/includes/table.blade.php
@@ -99,7 +99,7 @@ class="ml-1 text-blue-600 underline text-gray-700 text-sm leading-5 font-medium
99
<div class="flex rounded-md shadow-sm">
100
<input
101
wire:model="selected"
102
- value="{{ $row->{$primaryKey} }}"
+ value="{{ $row->{\Rappasoft\LaravelLivewireTables\Utilities\ColumnUtilities::parseField($primaryKey)} }}"
103
onclick="event.stopPropagation();return true;"
104
type="checkbox"
105
class="rounded-md shadow-sm border-gray-300 block transition duration-150 ease-in-out sm:text-sm sm:leading-5"
0 commit comments