Skip to main content

row

Function row 

Source
pub fn row<R>(
    rows: &mut TableRows<'_>,
    content: impl FnOnce(&mut TableCells<'_>) -> R,
) -> R
Expand description

Add a data row to the table