fn create_table( table_data: Vec<Vec<CellStruct>>, column_titles: &[&str], ) -> TableStruct
Create a table from cells and column titles.