Last updated 2 years ago
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 function will execute.
action
Note: Unlike row and cell actions, this function does not have access to $selection, as they are only rendered once per column.
$selection
See more information in the guide on object-table .
object-table
<object-table ...> <column heading="Name"> <header-action icon="fa-angle-right" on-press="$:headerAction()" /> </column> </object-table>
on-press
See
validate
icon
column