@props([
'allSelectableRecordsCount',
'colspan',
'selectedRecordsCount',
])
class(['filament-tables-selection-indicator whitespace-nowrap bg-primary-500/10 px-4 py-2 text-sm']) }}
>
config('tables.dark_mode')])
x-text="window.pluralize(@js(__('tables::table.selection_indicator.selected_count')), selectedRecords.length, { count: selectedRecords.length })"
>