empty-action
Overview
In the event that an object-table
contains no rows, an empty-action
can be used to add additional UI functionality.
Basic Example
<object-table ...>
<empty-action icon="fa-angle-right" on-press="$:noResultsAction()" validate="false" />
...
</object-table>
Standard Attributes
on-press
on-press
See object-table
> action
> on-press
validate
validate
See object-table
> action
> validate
Advanced Attributes
icon
icon
Last updated