header-action
Overview
An action
can be linked to a header cell, which will be triggered when a user clicks on the cell. In this case, the specified on-press
function will execute.
Basic Example
<object-table ...>
<column heading="Name">
<header-action icon="fa-angle-right" on-press="$:headerAction()" />
</column>
</object-table>
Standard Attributes
on-press
on-press
See column
> action
> on-press
validate
validate
See column
> action
> validate
Advanced Attributes
icon
icon
Last updated