Component that renders a table header cell.
This component is used as a child of the [TableRow] component, and usually renders a header for a specific table columns.
The table header cell can have child components, like Text to show the column label.
| Attribute | Description |
|---|---|
| colspan | The number of columns the table header cell should span. |
| Event | Description |
|---|---|
| OnClick | This event is triggered when the header cell is clicked. It can be used for sorting for a specific column |