Skip to main content

TableCell

Type Alias TableCell 

Source
pub type TableCell<'a> = (Cow<'a, str>, Option<Cow<'a, str>>);
Expand description

Represents cell data, providing the primary text and an optional tooltip/hover override.