action
Overview
An action
can be linked to a cell on a column
level, which will be triggered when a user clicks on the cell. In this case, the specified on-press
function will execute.
See more information in the guide on object-table
actions.
Basic Example
main.view.xml
Standard Attributes
on-press
on-presson-press
validate
validate
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.
Advanced Attributes
icon
icon
Optional
Type: string
Default: unset
The icon to display in the cell. The icon can be a Font Awesome icon or an Ionicons icon.
Last updated