Component that renders a table header.
This component is used as a child of the Table component and acts as a container for other components. By default it renders headers for table columns.
The table header is composed by a TableRow component, that contains itself a number of other components.
There are no Attributes associated with this Component.
There are no Events associated with this Component.