default
| Name | Status | Instances |
|---|---|---|
| API gateway | healthy | 4 |
| Job worker | degraded | 2 |
| Cache | down | 0 |
| Discovery | unknown | 1 |
Plain-text columns — text extraction from dict rows by key.
cell-with-badge
| Service | Status | # Instances |
|---|---|---|
| API gateway | healthy | 4 |
| Job worker | degraded | 2 |
| Cache | down | 0 |
| Discovery | unknown | 1 |
Q12 cell-lambda: each row's status renders as a Badge. The Badge is the SAME component used elsewhere — same DOM id pattern, same state binding, same theme.
cell-with-multiple-components
| Filename | State | Size | Actions |
|---|---|---|---|
| prod_2026-04-25_1030.bak | live | 1.2 GB | |
| prod_2026-04-24_1030.bak | staged | 1.2 GB | |
| prod_2026-04-23_1030.bak | archived | 1.1 GB |
Cell with multiple Components composed via htpy. Demonstrates the backup-management UI shape — the proof use case for v3.
cell-passing-row-state
| Filename | Action |
|---|---|
| prod_2026-04-25_1030.bak | |
| prod_2026-04-24_1030.bak | |
| prod_2026-04-23_1030.bak |
Per-row Button props derived from row state: label includes row filename, role flips based on state, disabled when state=='live'. This is the test the user asked for — Button state passes INTO a Table from the row data.
composition
| Name |
|---|
| x |
Parent .add() composes with table base classes.