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 67525aa commit 80783e1Copy full SHA for 80783e1
resources/views/components/tools/toolbar.blade.php
@@ -754,7 +754,7 @@ class="px-2 {{ $loop->last ? 'mb-0' : 'mb-1' }}"
754
wire:target="selectedColumns"
755
wire:loading.attr="disabled"
756
type="checkbox"
757
- value="{{ $column->getField() }}"
+ value="{{ $column->getSlug() }}"
758
/>
759
<span class="ml-2">{{ $column->getTitle() }}</span>
760
</label>
@@ -813,4 +813,4 @@ class="d-block">
813
814
@if ($component->hasConfigurableAreaFor('after-toolbar'))
815
@include($component->getConfigurableAreaFor('after-toolbar'), $component->getParametersForConfigurableArea('after-toolbar'))
816
-@endif
+@endif
0 commit comments