How can I delete this

Hi

I have a orders table which is a inline list displaying data in orders tab.

If user wants to cancel the order,

Currently cancelling the order by single click on that order by action delete row.

But I need other ideas.

You could always do a “show edit screen” action instead with the option to “allow users to delete item”.

If you don’t want your users to be able to edit the item though, just remove any input components or. Use visibility conditions to hide them.

2 Likes

Agree with Robert but one edit component you could add is a button to cancel the order.

You’ll want to put some rules on this such as cancel with xx time or before order is shipped or w/e. You could have the button change a status field and either hide the cancelled order or have an additional inline list to show cancelled orders.