@props([ 'dropdownOnDesktop' => false, 'groups', 'triggerAction', ]) @php $labelClasses = 'text-sm font-medium leading-6 text-gray-950 dark:text-white'; @endphp
{{ $triggerAction }}
{{ __('filament-tables::table.grouping.fields.group.label') }}
-
@foreach ($groups as $group)
{{ $group->getLabel() }}
@endforeach
{{ __('filament-tables::table.grouping.fields.direction.label') }}
{{ __('filament-tables::table.grouping.fields.direction.options.asc') }}
{{ __('filament-tables::table.grouping.fields.direction.options.desc') }}
@if (! $dropdownOnDesktop)
{{ __('filament-tables::table.grouping.fields.group.label') }}
{{ __('filament-tables::table.grouping.fields.group.placeholder') }}
@foreach ($groups as $group)
{{ $group->getLabel() }}
@endforeach
{{ __('filament-tables::table.grouping.fields.direction.label') }}
{{ __('filament-tables::table.grouping.fields.direction.options.asc') }}
{{ __('filament-tables::table.grouping.fields.direction.options.desc') }}
@endif