© 2026 Hedgehog Software, LLC

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

Open modal and display infolist data from table inside page

What I am trying to do:
I am trying to open a modal when the table action is click, and inside that modal I want to display data using infolist.

What I did
I am stuck with opening modal and display infolist. If I use
->form()
->form()
with textinput then it can open, but inside modal I want to render infolist data.
Tables\Actions\Action::make('detail')
    ->form([
        TextInput::make('title'), // if I remove this, modal cannot open and I cannot render infolist data here
    ])
    ->slideOver(),
Tables\Actions\Action::make('detail')
    ->form([
        TextInput::make('title'), // if I remove this, modal cannot open and I cannot render infolist data here
    ])
    ->slideOver(),

Can anyone guide me to the correct approach, and thanks in advance.

Note: This is inside Pages
make:filament-page
make:filament-page
Solution
Haaaa. I replace form with infolist and now it's working.. I think i missed in docs
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

Modal won't display from Infolist
FilamentFFilament / ❓┊help
3y ago
Table inside Infolist
FilamentFFilament / ❓┊help
3y ago
Table inside Modal
FilamentFFilament / ❓┊help
8mo ago
Open modal from custom page
FilamentFFilament / ❓┊help
3y ago