ModalContent() to load a livewire component directly
Hi all
I am using a Modal to display a Filament table. I am having to load a view which then calls a livewire component. But it it possible to do something like this
and skip out the view which only exists to call the livewire component. I havnt managed to get this to work yet.
Currently I need to do this:
which then calls
0 Replies