create_table

Function create_table 

Source
fn create_table(
    table_data: Vec<Vec<CellStruct>>,
    column_titles: &[&str],
) -> TableStruct
Expand description

Create a table from cells and column titles.