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