© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•17mo ago•
11 replies
Ogalesha

Save edit form with two fields: Select & Livewire table component

Hi friends, I've a situation where a form contains a native field "Select" and a custom one (a table injected via Livewire component) and I can't save what I edit in the form containing the Livewire injected table (I don't get any kind of error. Just it doesn't work...). If I remove (or comment) the Livewire field containging the table, the form saving works correctly.

I followed this part of the documentation: https://filamentphp.com/docs/3.x/tables/adding-a-table-to-a-livewire-component#adding-the-table

I've these three files:
1. EventResource (binding Event model) -> I want to edit the form of this resource (containing a Livewire table injected of
2. ListPlayers (a Livewire component that implements HasForms, HasTable)
3. list-players.blade.php (a Livewire view file for the render)

Two models Event and Player, Player is related to the Event via event_id foreign key.

For more context I'm pasting some screenshots.
image.png
image.png
image.png
image.png
Adding a table to a Livewire component - Table Builder - Filament
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

save component livewire form
FilamentFFilament / ❓┊help
17mo ago
Edit Select form component
FilamentFFilament / ❓┊help
2y ago
V4 Save form in livewire component
FilamentFFilament / ❓┊help
7mo ago
Concat two form fields with multiple select relationship
FilamentFFilament / ❓┊help
2y ago