Mikail
badge color is not reactive on table
Indeed. But I can't figure out why mine is not. I have latest Filament version.
TextInputColumn::make('discipline'),
TextColumn::make('id')
->badge()
->color(fn ($record): string => $record->discipline === 'art' ? 'danger' : ''),
8 replies