Filament Table + Livewire UI Custom Modal
Hi!
I have a Livewire Component which
InteractsWithTable
:
The emit function should open another Livewire component:
When I click on the Action, I have an error pointing on the variable in the function:
Tried to replace the code in the function to: and the modal works fine, but I need to filter for the appropriate Items.
What am I missing?
Any other improvements, that I can make?
Thanks3 Replies
up, please?
i dont really understand why you would use wireui
we have a whole modal system you can use
or create a custom action with a modal form
I didn't know I could use it like that, thanks!
EditAction works fine, and the other part of the question got solved by going with public property instead of protected.