Stats widget filter
Is there any possible way to append filters to stats widget? I know I could use the table filter but you know something would be cool if we the clients having their filters with stats to get immediate overview of their stats directly from the widget
Solution:Jump to solution
What about:
https://laraveldaily.com/post/filament-one-filter-for-multiple-widgets-livewire-events
It's not in the stats widget but outside of it. Theory you could add it inside it too maybe with a custom view....
3 Replies
I dont think there is a prebuilt solution, you'd have to create it with a custom page
Solution
What about:
https://laraveldaily.com/post/filament-one-filter-for-multiple-widgets-livewire-events
It's not in the stats widget but outside of it. Theory you could add it inside it too maybe with a custom view.
This could help, thanks.