huppeldepuppel
Modal with dynamic actions
Yeah, I know.. Sorry about that. The thing is, I feel like I might be on the wrong track from the start, so I hesitated to share what I have so far. I might need a completely different approach, but here’s what I’ve got up to now:
In my Resource headerActions() this Action:
The
app\filament\testform-launcher
:
The app\Livewire\Testform.php
:
And the resources\views\livewire\testform.blade.php
:
What happens now, is I'm able to click on the 2 buttons in the modal, and then the method Testform->pickItemAction() will be called, but what I want is that an Action in my Resource is being calls, since I want to change something there...7 replies