F
Filamentβ€’2w ago
Pscl

Using a page with HasFiltersForm and InteractsWithRecord or a dashboard as page

Hey all, I am trying to add a FilterForm to my page. But it seems like that It needs to be a dashboard page. But when I make it a dashboard page, I can't register it in my pages on my resource, because ::route is not provided on dashboard page. Any idea how to get out of this loop? πŸ˜„
2 Replies
Pscl
Psclβ€’2w ago
Push.
Expecto Patronum
Expecto Patronumβ€’2w ago
Have you try to set ->dashboard(DashboardCustomPage::class) in your provider?