@props([ 'allSelectableRecordsCount', 'colspan', 'deselectAllRecordsAction' => 'deselectAllRecords', 'end' => null, 'selectAllRecordsAction' => 'selectAllRecords', 'selectedRecordsCount', 'selectedRecordsPropertyName' => 'selectedRecords', ])
class(['filament-tables-selection-indicator flex flex-wrap items-center gap-1 whitespace-nowrap bg-primary-500/10 px-4 py-2 text-sm']) }} > {{ $slot }}
config('tables.dark_mode')]) x-text=" window.pluralize(@js(__('tables::table.selection_indicator.selected_count')), {{ $selectedRecordsPropertyName }}.length, { count: {{ $selectedRecordsPropertyName }}.length, }) " >
{{ $end }}