Current section

Files

Jump to
noora docs components tablerow.md
Raw

docs/components/tablerow.md

<!-- Generated by scripts/generate-web-components.js. Do not edit directly. -->
# TableRow
Describes one declarative table row.
```html
<noora-table-row row-key="tuist"><noora-table-cell column="project">Tuist</noora-table-cell></noora-table-row>
```
## Attributes
| Attribute | Type or allowed values | Default | Description |
| --- | --- | --- | --- |
| `row-key` | `string` | None | Sets the row identifier. |
## Slots
| Slot | Description |
| --- | --- |
| `default` | The noora-table-cell children. |
## Row
Describe one table row.
```html
<noora-table-row row-key="tuist"><noora-table-cell column="project">Tuist</noora-table-cell></noora-table-row>
```