Hello,
I want to achieve a row based action in a table in one resource.
In the screenshot that I added I have a ContentTypeManagementResource which lists the content types basically.
I have a relation in ContentType model as "corp_id" which can be nullable, since there exists predefined ContentTypes.
I do not want some admin can delete these records, so for example I want to hide "edit" and "delete" action for those records, but show them if a record has corp_id
How can I achieve this?