pub type TableCell<'a> = (Cow<'a, str>, Option<Cow<'a, str>>);
A single cell representation containing a primary value and an optional hover/display override.