Table
Compound table: Table, THead, TBody, TR, TH, TD. Numeric cells stay LTR and right-aligned.
Example
Section titled “Example”| Callsign | Status | Bearing |
|---|---|---|
| ALPHA-7 | Nominal | 043.7° |
| BRAVO-2 | Caution | 118.2° |
| CHARLIE-9 | Nominal | 271.0° |
| Prop | Type | Default | Description |
|---|---|---|---|
<Table> | HTMLAttributes<table> | — | Scroll container + table. |
<TR selected> | boolean | — | Selected row (also sets aria-selected). |
<TD numeric> | boolean | — | Right-aligns + tabular figures; keeps digits LTR. |
States
Section titled “States”- default row
- selected row
- numeric cell
Do / Don’t
Section titled “Do / Don’t”Do
Mark coordinate/measurement cells
Mark coordinate/measurement cells
numeric.Don’t
Don’t center numeric columns — right-align for scanning.
Don’t center numeric columns — right-align for scanning.
Modes & RTL
Section titled “Modes & RTL”Colors come only from Semantic tokens, so this component re-themes automatically across Day / Night-NVG / Mono with no variant swap. It uses CSS logical properties, so it mirrors correctly in RTL.