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-pressSee object-table > action > on-press
validate
validateSee object-table > action > validate
Advanced Attributes
icon
iconLast updated
