pub type RowData = BTreeMap<String, String>;
A single row’s raw values keyed by field name. The admin’s data layer builds these; the renderer only reads them.
pub struct RowData { /* private fields */ }