action
main.view.xml
<object-table ...>
<action icon="fa-angle-right" on-press="$:rowAction($selection)" validate="false" />
...
</object-table>
Optional
Type:
boolean
Default:
false
Set to
true
to ensure that no required input fields in the current view are empty before performing the on-press
action.<action on-press="processAction($selection)" validate="true" />
Optional
Type:
string
Default: unset
The icon to display on the right end of the row. The icon can be a Font Awesome icon or an Ionicons icon.
<action icon="fa-user" on-press="processAction($selection)" />
Last modified 1mo ago