Skip to main content

Crate facett_table

Crate facett_table 

Source
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).

Type Aliases§

RowId
A stable, domain-level identity for a row (FC-5). When present, selection is keyed on this string instead of the visual row.index(), so an insert/delete that shifts visual positions does not silently move the selection.