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?
2 Replies
I think this could work:
->updateStateUsing(fn ($livewire) => $livewire->activeFilters
Solution
Thanks for this. something like $livewire->tableFilters later worked