Skip to main content

table_from_string_rows

Function table_from_string_rows 

Source
pub fn table_from_string_rows(
    rows: Vec<Vec<String>>,
    style_header: bool,
) -> Table
Expand description

Build a positioned table from string rows with optional header styling.