I have an approval application with various statuses: Draft, In Progress, Approved, Under Review, and Closed. I need guidance on how to restrict the Edit and Delete buttons when the approval status is In Progress, Approved, Under Review, or Closed.
Yeah glad that I can help
Table settings are for permission in general across the app like which user or a subset of user can add, update or delete.
If you want to tinker a little bit deeper then just edit the behaviour of that action directly
Another way that you can control which action to appear is that you can bind the action to slices
Otherwise 2 options that Steve and jambyc suggested is good enough