Dashboard with filters

What would be the best filament way to build an analytic/sales dashboard with a global date range filter?
The dashboard is mainly based on one table records, so resource page I guess?
Is there a way to reuse the table filter with date-range filament plugin? Or a custom select input form using query params?

Something like: https://www.belikesoftware.com/wp-content/uploads/2017/02/dashboard-prestashop.png
Solution
Ahh no problem, yeah that's how I would do it. You only need a resource when you are CRUD really. Otheriwse widgets are your friend 🙂
Was this page helpful?