Is there a way to hide (or at least disable) the action buttons when adding a new row? What's weird is they show up with blank text, but are clickable and interact with the existing selected row. I want to hide them. I tried disabling them and even though the result evaluates to true, it only disables the existing ones in the row (as seen in the image), not the ones in the New Row.
Yes, we have a action button that runs a delete query and our users are accidentally pressing it when adding a new record. When they press it, it ends up deleting the last selected record because the delete query uses the TABLE.selectedRow.data to identify the record to delete. I tried disabling the button but adding the following into the 'Disable Action Button' field: {{!ORIGIN_COUNTRY_TABLE.newRow}}
Here is a picture of the table, what the new row looks like and the Action settings.