Skip to content

Commit a1b2995

Browse files
Feature/url support for actions (#15)
1 parent a7b8c74 commit a1b2995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/vendor/datatables/components/bulk-action.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<label class="text-sm text-gray-600">{{ __('datatable::datatables.bulk_actions') }}</label>
22
<select wire:model="bulkAction"
33
class="border border-gray-300 rounded-lg px-3 py-2 text-sm w-48 focus:ring-2 focus:ring-blue-400 transition">
4-
<option value="">-- Selecteer een actie --</option>
4+
<option value="">{{ __('datatable::datatables.select_option') }}</option>
55
@foreach($bulkActions as $key => $action)
66
<option value="{{ $key }}">{{ $action['label'] }}</option>
77
@endforeach

0 commit comments

Comments
 (0)