Expand description
facett-table — a generic data-table viewer: named columns + string
rows in a striped grid, with cell truncation + a row scroll. Generalised from
nornir’s warehouse table (“oslo”) — but source-agnostic (any Vec<String>
rows). A Facet; the consumer formats its cells to strings.
Structs§
- Table
- A data table: header
columns+rows(each a row of cells).