FilamentF
Filament14mo ago
Neamix

Call a function after change SelectFilter

In filters i want to call function after change the select filter as example
SelectFilter::make('myfilter')
->onChange(fn() => myCallBackFunction())
Was this page helpful?