Defining the action for a row choice

The row choice in a TABLE can be associated with a dedicated action.

When using a DISPLAY ARRAY dialog to control a TABLE container, a double-click on a row (for a desktop client), fires by default the "accept" action. However, no action is fired on mobile devices, when the user taps on a row. To fire a dedicated action on desktop double-click or mobile tap, use the DOUBLECLICK attribute in DISPLAY ARRAY.

When using an INPUT ARRAY dialog, a mouse double-click is typically used to select text in the current cell. However, when using the DOUBLECLICK attribute, a double-click can fire the specified action during an INPUT ARRAY.

Row choice action can be customized as described in Defining the action for a row choice.