Custom Action on custom column.
Hello everyone,
Is there any way to add custom action on custom column:
It shows the button but not trigger the modal why ?
5 Replies
Any Idea ?
why not just use an Action?
Hey @LeandroFerreira, thanks for the reply!
My use case is: I have a column, and if there's no value in it, I want to show a + icon. When the user clicks that icon, a modal should open. Do you have any suggestions on how I can achieve this?
Thanks again
You could add an action to a livewire component
https://filamentphp.com/docs/3.x/actions/adding-an-action-to-a-livewire-component#adding-the-action
Then, you can inject the component using a custom column
Thanks @LeandroFerreira! I’ll give this a try and let you know how it goes. Appreciate the help!