Controlling actions associated with view events
For some view types such as table and deck views, you can specify the action (moving to a detail view, invoking a data change action, and so on) that will be invoked when a row is selected on a table view. It’s a great way to implement your own logic by associating actions with view events.
There are a few different view events available with AppSheet, such as the row select event, or swiping one list item to either right or left on the deck view. The available view events vary from one view type to another, so let’s see the types of events available for each view type and how to associate actions with those events. Firstly, let’s have a look at the table, gallery, and deck views, as these are the most commonly used.
Changing behavior in the table, gallery, and deck views
Inside the views setting window, you will find the Behavior section.
There are three view types that we cover in this section –...