Disable "edit" and "delete" link in table based on condition

Hey there, i need a possibility to disable link elements in a table. For example i have a condition “locked” or “unlocked” if the record is locked the “edit” and “delete” link should be disabled.

Many thanks in advance!

If you would like to conditionally prevent users from accessing links such as the edit or delete link within a component, I recommend utilizing display rules. With display rules, you can hide the links conditionally to prevent users from clicking them.

Hope this helps you out! :slightly_smiling_face:

1 Like