Table view - On Click to do nothing - Dead Action

Hi all,

I have a table view and I want to use it as a spreadsheet by using the QuickEdit (Beta).
This can be toggled on in the UX-YourTableView

The problem encountered was that by clicking a row an action was triggered.
This action can be changed in the UX-YourTableView-Behavior-Event Actions.

There is no option to set that Event Action to do nothing.

The workaround: I created a “Dead Action” that would take me back to the same table view that I was on.

2 Likes

AlexM:

I have thought about creating a “dead” action and select that one but couldn’t find something that would work.

Yep, that’s the right approach. Create an action of any type and set it’s Only if this condition is true expression to FALSE.

6 Likes

I was editing it the same time you were replying.
Thank you!

You’re a star as always!

4 Likes

I’m surprised you didn’t find this while posting this duplicate…

[Click Table View row item, but do nothing (not open the detail view)](https://community.appsheet.com/t/click-table-view-row-item-but-do-nothing-not-open-the-detail-view/28656) Tips & Tricks ?

Using “Matt’s modal” tips and trick, “Group Action” with no attached exaction, which basically do nothing even action is fired. The use case should be quite rare, not much use case, but if we really want not to do anything on the table view once the user select table view row item, i.e, disable default aciton to open the detail view for the selected item and keep the table view stay inactive. Stick is super simple. Refer to Matt’s tricks, create action, grouped action, but select NIL action,…

4 Likes

didn’t. sorry

Just had a look at it. Super!
I was thinking at some point at how to have some pop-ups but didn’t managed to figure it out

Thanks!!!

2 Likes

Happens :_)

1 Like