Disabling a button based on condition
If necessary, you can disable a table button based on a specific condition. Here's how you can do that:
Click on the column with the button to open its settings.
Scroll down to the Edit settings section and specify the required condition in the Disabled field, for example,
{{row.status}} == 'Resolved'
.

This way, the button will be disabled for the rows with the Resolved status.
Last updated
Was this helpful?