build_styled_table

Function build_styled_table 

Source
pub fn build_styled_table(
    column_names: &[String],
    rows: &[Vec<String>],
    config: &StyleConfig,
) -> (Vec<Cell>, Vec<Vec<Cell>>)
Expand description

Apply style configuration to a table by building styled headers and rows Returns (styled_headers, styled_rows) that can be added to the table