© 2026 Hedgehog Software, LLC

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

Rendering custom livewire page on a modal view

Hi! I've created a custom livewire page displaying a map with route calculation using Google API. I want it to display inside a modal, via action group. I created this action on my resource. Everything works, path is correct, but not sure if the modal could display such interface.

Tables\Actions\Action::make('advance')
Tables\Actions\Action::make('advance')

->modalContent(view('livewire.map-route'))
->modalContent(view('livewire.map-route'))

->modalSubmitAction(false),
->modalSubmitAction(false),


Attached how it looks like on a custom page.
image.png
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

Custom Modal View for ViewAction
FilamentFFilament / ❓┊help
3y ago
Livewire custom page
FilamentFFilament / ❓┊help
3y ago
multiple filtersForm on a custom Livewire page
FilamentFFilament / ❓┊help
14mo ago
Adding a page view to a Livewire component view
FilamentFFilament / ❓┊help
3y ago