File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 115
115
<input
116
116
wire:model =" selected"
117
117
wire:loading.attr.delay =" disabled"
118
- value =" {{ $row -> {$primaryKey } } }"
118
+ value =" {{ $row -> {\ Rappasoft \ LaravelLivewireTables \ Utilities \ColumnUtilities :: parseField ( $primaryKey ) } } }"
119
119
onclick =" event.stopPropagation();return true;"
120
120
type =" checkbox"
121
121
/>
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ class="form-check-input"
116
116
<input
117
117
wire:model =" selected"
118
118
wire:loading.attr.delay =" disabled"
119
- value =" {{ $row -> {$primaryKey } } }"
119
+ value =" {{ $row -> {\ Rappasoft \ LaravelLivewireTables \ Utilities \ColumnUtilities :: parseField ( $primaryKey ) } } }"
120
120
onclick =" event.stopPropagation();return true;"
121
121
class =" form-check-input"
122
122
type =" checkbox"
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ class="rounded border-gray-300 text-indigo-600 shadow-sm transition duration-150
125
125
<input
126
126
wire:model =" selected"
127
127
wire:loading.attr.delay =" disabled"
128
- value =" {{ $row -> {$primaryKey } } }"
128
+ value =" {{ $row -> {\ Rappasoft \ LaravelLivewireTables \ Utilities \ColumnUtilities :: parseField ( $primaryKey ) } } }"
129
129
onclick =" event.stopPropagation();return true;"
130
130
type =" checkbox"
131
131
class =" rounded border-gray-300 text-indigo-600 shadow-sm transition duration-150 ease-in-out focus:border-indigo-300 focus:ring focus:ring-indigo-200 focus:ring-opacity-50 dark:bg-gray-900 dark:text-white dark:border-gray-600 dark:hover:bg-gray-600 dark:focus:bg-gray-600"
You can’t perform that action at this time.
0 commit comments