Fire js event from SelectColumn
I cannot seem to fire an event from SelectColumn in v2. of filament.
Even when inspecting the console there doesn't seem to be any events triggered at all with the select column change.
effects.dirty[]
How can I trigger a js event when I change the dropdown here?3 Replies
you could use afterStateUpdated instead of action
@mvenghaus that method isnt available on SelectColumn (F v.2)
Method Filament\Tables\Columns\SelectColumn::afterStateUpdated does not exist.
this works for me
ah .. v2
🙂
overlooked that
then i can't help you .. never used v2
sry