Add modal to custom action button without action called
My project is running on filament v2. I'm using custom pages and a livewire table to show the records. I want to show a modal when clicking a custom action button. I can achieve this using the code below, but the problem is that if I remove the
action()
from the Action
class, the modal will not work. In addition to that, When I close the modal, the table will refresh and I don't want the buttons on the footer. How do I achieve the same?
2 Replies