pub type TableCell<'a> = (Cow<'a, str>, Option<Cow<'a, str>>);
Represents cell data, providing the primary text and an optional tooltip/hover override.