pub fn row<R>(
rows: &mut TableRows<'_>,
content: impl FnOnce(&mut TableCells<'_>) -> R,
) -> RExpand description
Add a data row to the table
pub fn row<R>(
rows: &mut TableRows<'_>,
content: impl FnOnce(&mut TableCells<'_>) -> R,
) -> RAdd a data row to the table