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')
->modalContent(view('livewire.map-route'))
->modalSubmitAction(false),
Attached how it looks like on a custom page.0 Replies