Filters in page to change the widgets
Is there anyway to get the stats data to change as per the filters ?
I tried to use use BaseDashboard\Concerns\HasFiltersForm; but I did not get the filters in the top and. neither can access the filters in the widgets.
I tried to use use BaseDashboard\Concerns\HasFiltersForm; but I did not get the filters in the top and. neither can access the filters in the widgets.
1 Reply
I have been trying to do this in my ListResource page, but nothing seems to work no matter what I try from the documentation:
https://filamentphp.com/docs/3.x/panels/dashboard#filtering-widget-data
This simply does not work in ListResource .