© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
23 replies
jepewsykes

how to set null row of table before filtered

how to set empty before filtered table
Solution
Use
->query()
->query()
on the table object. You can then check the activeFilters (not sure about the exact property). This was asked before. Try searching the discord or check the source code.

Something like

->query(fn (ListRecords $livewire) => $livewire->tableFilters ... )
->query(fn (ListRecords $livewire) => $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

How to set table default empty, until user has filtered
FilamentFFilament / ❓┊help
3y ago
Table Filters are set to null
FilamentFFilament / ❓┊help
3y ago
Export filtered table
FilamentFFilament / ❓┊help
3y ago