FilamentF
Filament15mo ago
Mikail

badge color is not reactive on table

TextInputColumn::make('test_2'), TextColumn::make('total') ->badge() ->color(fn (string $state): string => $state <= $failedGrade ? 'danger' : '')

I have a testinput like this that update the total column. Total column get updated but badge color does not get updated until page reload.

Any way to make badge color also reactive on table?
Was this page helpful?