idk
idk
FFilament
Created by idk on 1/14/2025 in #❓┊help
Redirect to view after login
Hello, I would like to return a custom view instead of Dashboard page after login in my filament panel, how can I do it?
2 replies
FFilament
Created by idk on 1/9/2025 in #❓┊help
Page filters and Expose Table to Widgets
Hello, I'm trying to send the query data from my table to my StatusOverview Widget using ExposesTableToWidgets. The problem I have is that the query from the table uses date filters from Dashboard page and when I dd the pagetablequery on my StatusOverview appears empty. If I remove the date filters from the query and put hardcoded dates it works. How can I fix it?
5 replies
FFilament
Created by idk on 1/2/2025 in #❓┊help
Default date of DatePicker
Hello, when I use ->default() for a DatePicker in a form filter does not work. Any solutions?
DatePicker::make('startDate')->default(now())
DatePicker::make('startDate')->default(now())
8 replies
FFilament
Created by idk on 12/29/2024 in #❓┊help
DatePicker behaviour
Hello, I have some DatePicker filters on my Filament page. Currently, the filters automatically refresh the page content (charts, tables, etc.) whenever a change is made. Is there a way to prevent this auto-refresh and only update the content after clicking an “Apply Filters” button? Thank you!
9 replies