PP
Filament 3 custom widgets with shared date filters on dashboard
Working with Filament 3 and trying to create a dashboard with date-filtered widgets. I want all widgets on the page to respond to a shared date range picker.
I have seen HasFiltersForm in the Filament docs but I am not sure how to wire it up so that all widgets share the same filter state.
Has anyone implemented shared dashboard filters across multiple Filament widgets? I am building an analytics dashboard for an e-commerce project and need revenue, orders, and customer widgets to all filter by the same date range.
Any guidance would be appreciated.