© 2026 Hedgehog Software, LLC

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

Get table filter values

How can i get filter values of table?
->headerActions([
     Action::make('sample')
        ->label('Sample')
        ->color('gray')
         ->form()
         ->action(function ($tableFilters) {
           dd($tableFilters);
          }),
])
->headerActions([
     Action::make('sample')
        ->label('Sample')
        ->color('gray')
         ->form()
         ->action(function ($tableFilters) {
           dd($tableFilters);
          }),
])
Solution
try
->action(function($livewire) {
dd($livewire->tableFilters);
})
Jump to solution
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

Get values of filter before creating table
FilamentFFilament / ❓┊help
17mo ago
How to access filter values in other filter field in table filter
FilamentFFilament / ❓┊help
6mo ago
How to access filter values from the table
FilamentFFilament / ❓┊help
2y ago
Filter records by null values in table builder
FilamentFFilament / ❓┊help
3y ago