Is there any way to conditionally hide the ‘Edit’ link per row on #index of a resource?
For example, say you have a User resource. While a User is active, you can edit the User. However, once the User deactivates their account, it should no longer be editable. The User should still show up on the index page with the View link still.
Thanks!
You can make your column instead of default_actions column: