Filament Action inside a custom Livewire component

I'm basically using Actions and Forms outside the Filament Panel and I'm stuck on the edit action which is I'm trying to do (this is inside a loop).

I wanted to have an edit action for each item and load the modal form which is I'm also using for create action (create is working) I'm just stuck on the edit action part.

I'm not sure if I'm doing this right and I can't find any reference in the docs.
image.png
image.png
Solution
Yes, all components were loaded.

I managed to make it work by creating a child component listingItem to handle each item.

Thanks for responding @gladjanus43
code1.png
code.png
Was this page helpful?