© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
wottavm

Card filters based on table filters

Hello everyone,

I was wondering if it was possible to pass table filters "down/up" to cards within a resource and use them there.
Tried looking at some possibilities but couldn't find a solution yet.

What I have now:
Card::make(
    __('Amount of', ['type' => __('credit', locale: 'nl')], 'nl'),
    Transaction::credit()->count()
),
Card::make(
    __('Amount of', ['type' => __('credit', locale: 'nl')], 'nl'),
    Transaction::credit()->count()
),


I want to add some additional filters to the query when the table has been filtered on account_id = zzzzxxxxxccccc.
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

Update table filters based on search query?
FilamentFFilament / ❓┊help
3y ago
Change table columns/filters based on active tab?
FilamentFFilament / ❓┊help
12mo ago
Show columns based on filters
FilamentFFilament / ❓┊help
3y ago
Table filters result
FilamentFFilament / ❓┊help
10mo ago