Hidden Action and action modal not opening. But if remove hidden the modal works
If i have a table and in the table i have actions that are hidden/visible based on some criteria. and the action is supposed to open a modal with a form, it's not opening the modal. I can see the request to the server to "open" modal but the modal does not open. If I remove the 'hidden" or 'visible' methods from the action, then the modal opens without a problem.
This code does NOT open modal
This code WORKS as expected
Please help. Thanks
This code does NOT open modal
This code WORKS as expected
Please help. Thanks