Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.MD

Table Head Cell Component Documentation

Description

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.

Attributes

Attribute Description
colspan The number of columns the table header cell should span.

Events

Event Description
OnClick This event is triggered when the header cell is clicked. It can be used for sorting for a specific column