empty-action

Overview

In the event that an object-table contains no rows, an empty-action can be used to add additional UI functionality.

See more information in the guide on object-table actions.

Basic Example

main.view.xml
<object-table ...>
    <empty-action icon="fa-angle-right" on-press="$:noResultsAction()" validate="false" />
    ...
</object-table>

Standard Attributes

on-press

See object-table > action > on-press

validate

See object-table > action > validate

Advanced Attributes

icon

See object-table > action > icon

Last updated