Back to Tuist

TableColumn

noora/docs/components/tablecolumn.md

4.204.0866 B
Original Source
<!-- Generated by scripts/generate-web-components.js. Do not edit directly. -->

TableColumn

Describes one declarative table column.

html
<noora-table-column name="project">Project</noora-table-column>

Attributes

AttributeType or allowed valuesDefaultDescription
namestring""Sets the column key.
labelstring""Sets the heading instead of using text content.
iconstringNoneShows an icon in the heading.
sort-orderasc, descNoneShows the current sort direction.
formatdate, numberNoneFormats property-driven cell values.

Slots

SlotDescription
defaultThe column heading.

Column

Describe one table column.

html
<noora-table-column name="project">Project</noora-table-column>