© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
2 replies
[REN] Meliodas

Filter does not work automatically

Any filter I use doesn't update the table automatically. Only when I reload the page does the filter activate.

I'm using:

->filters([
SelectFilter::make('cliente_id')
->relationship(
'cliente',
'nome',
fn (Builder $query) => $query->where('empresa_id', Auth::user()->empresa_id)
)
->preload()
->label('Cliente')
->searchable(),

SelectFilter::make('processo_id')
->options(Processo::query()->where('empresa_id', Auth::user()->empresa_id)->pluck('identificacao', 'id'))
->label('Processo')
->searchable(),
], layout: FiltersLayout::AboveContent)
->filtersFormColumns(4)
1.png
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

Filter gets applied automatically?
FilamentFFilament / ❓┊help
3y ago
Does php artisan queue:work will work automatically in hostinger?
FilamentFFilament / ❓┊help
2y ago
Validation does not work
FilamentFFilament / ❓┊help
3y ago
Multiple select filter does not reload
FilamentFFilament / ❓┊help
3y ago