I’m using a Filament v4 Table with a Select filter (station).
In v4, filters are deferred by default, which is what I want — the table must NOT refresh until the user clicks Apply.
What I want to do:
- Update table description based on station filter without triggering a Livewire request or table refresh.
I tried to use Alpine but for some reason It's not working properly any idea how to do it?