Miguilim
Filtering widget data with HasFiltersForm on view resource page
I'm trying to use the Filtering widget data with HasFiltersForm on view resource page (Infolist). I currently put the
use Filament\Pages\Dashboard\Concerns\HasFiltersForm;
trait, and put the filtersForm method:
But it doesn't show anything about the filter. How can I make it work in a view resource / Infolist page?4 replies