F
Filament6mo ago
Mikail

How to access filter values from the table

How can I access table filter values within the updateStateUsing closure of a ToggleColumn in a Filament resource?
Solution:
Thanks for this. something like $livewire->tableFilters later worked
Jump to solution
2 Replies
Dennis Koch
Dennis Koch6mo ago
I think this could work: ->updateStateUsing(fn ($livewire) => $livewire->activeFilters
Solution
Mikail
Mikail6mo ago
Thanks for this. something like $livewire->tableFilters later worked

Did you find this page helpful?