Description

Creates a table header cell <th>

Usage

as element:
<table:header-cell
       [label="{string}"]
       [name="{string}"]
       [sort="{boolean}"]>
</table:header-cell>

Parameters

ParamTypeDetails
label (optional)stringLabel for the header.
name (optional)stringName of the field to sort.
sort (optional)booleanWhether to enable sorting.