© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
GeezerStray

Populate a table Filter from another actions form TextInput

I have a filament resource running off a local eloquent model, which is populated via an observer driven ETL job which populates the local model through an eloquent model on a remote database (remote model is called AmicusContact). I've create an empty state action which opens a search form that queries the remote model, and the observer and the ETL job is working correctly and populating the local table from this search action. However I then need it to populate the text of the Filter on the table with exactly the same text entered as the query on the empty state action so the table displays records filtered from the local model. Code is
https://gist.github.com/ObadiahFrey/087b3ca4ddcee1d5ecff7eee480aeed8
Gist
extract of table actions
GitHub Gist: instantly share code, notes, and snippets.
extract of table actions
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

Form read from another table and storage in another table
FilamentFFilament / ❓┊help
3y ago
Populate form from query string
FilamentFFilament / ❓┊help
12mo ago
add another table form in the another form
FilamentFFilament / ❓┊help
2y ago
is it possible for a TextInput to get value from another table?
FilamentFFilament / ❓┊help
2y ago