© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
4 replies
skyracer2012

Change Models loaded in Table

Is there any hook that can be run after a query executes so that there is the possibility to for example load additional data without having a n+1 problem in the table builder?
I don't want to Join the data via modifyQueryUsing. Is there any different approach?
Solution
What are you actually trying to do.? modifyQueryUsing() is exactly where should be doing the overriding. Or you could go further up the chain and modify the base query with the query() modifier.
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

auto select records in table when table loaded
FilamentFFilament / ❓┊help
13mo ago
Using eager loaded relationships in custom table column views
FilamentFFilament / ❓┊help
2y ago
Change login table
FilamentFFilament / ❓┊help
3y ago
Change row color in table builder
FilamentFFilament / ❓┊help
3y ago