Β© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filamentβ€’12mo agoβ€’
3 replies
hxnnxs

Table/list in Modal

Hello everyone! Please tell me how I can add a table to a modal window?
I need a field for entering a new card
and below that a table/list of cards the user already has.
P.s. I tried to draw the functionality on the screen πŸ™‚

Resource code:
image.png
UserResource.php4.81KB
Solution
Currently you can't out of the box. You have a form and you cannot nest a table inside.

BUT, what you can do:
Create a Livewire component with a form and a table. Render the table below the form. Then render that Livewire component inside your actions
->modalContent()
->modalContent()
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

v4 Repeater issues (checkbox list & modal table select)
FilamentFFilament / β“β”Šhelp
3mo ago
Table Repeater in modalContent
FilamentFFilament / β“β”Šhelp
17mo ago
Table -> Modal -> Filament Table
FilamentFFilament / β“β”Šhelp
2y ago
Modal performance slow in table
FilamentFFilament / β“β”Šhelp
2y ago