How to create a global filter for a page
Hi, i need to create a page with various widgets that display data. For that page i need to define filters that applies to all the widgets, i did not find anything in the docs, is that achivable using filament?
3 Replies
There's nothing built in to Filament per se, but you can do it with standard Livewire features. In your filter form's submit method emit an event with the form data as a parameter, and listen for that event in your stats widgets.
will do it at some point in v3
That would be very nice. Common use case.