F
Filament3mo 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())
SelectFilter::make('myfilter')
->onChange(fn() => myCallBackFunction())
1 Reply

Did you find this page helpful?