© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
2 replies
HeyWeb

Modal window

I have this code that allows me to open a view, but how can I make it appear in a modal view?
Thank you so much

Forms\Components\Actions::make([                           Forms\Components\Actions\Action::make('view')->label('Detalles del Inmueble')
->url(fn ($record): string => InmuebleResource::getUrl('view', ['record' => $record])) 
]),
Forms\Components\Actions::make([                           Forms\Components\Actions\Action::make('view')->label('Detalles del Inmueble')
->url(fn ($record): string => InmuebleResource::getUrl('view', ['record' => $record])) 
]),
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

URL for modal window in Resource
FilamentFFilament / ❓┊help
13mo ago
Modal window does not create a map.
FilamentFFilament / ❓┊help
11mo ago
Action works fast but modal window hangs?
FilamentFFilament / ❓┊help
16mo ago
Relationship Manager: Open in same window (non-modal)
FilamentFFilament / ❓┊help
2y ago