© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
3 replies
H.Bilbao

Widget chart between table filter date

How could I modify the start and end of the Trend of a Widget that is within a page, using the date filter selected in the table?
Right now I have like this. But I need it to be from the date selected in the filter.

->between(
   start: now()->startOfMonth(),
   end: now()->endOfMonth()
)
->between(
   start: now()->startOfMonth(),
   end: now()->endOfMonth()
)
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Chart widget filter - spins forever
FilamentFFilament / ❓┊help
3y ago
add date filter in widget
FilamentFFilament / ❓┊help
17mo ago
Dynamic min max datepicker filter in widget table
FilamentFFilament / ❓┊help
3y ago
Filter Widget Chart from form on custom page
FilamentFFilament / ❓┊help
3mo ago