apply_styles_to_table

Function apply_styles_to_table 

Source
pub fn apply_styles_to_table(
    table: &mut Table,
    column_names: &[String],
    rows: &[Vec<String>],
    config: &StyleConfig,
) -> Result<()>
Expand description

Apply style configuration to a table