create_two_column_table

Function create_two_column_table 

Source
pub fn create_two_column_table(
    name: &str,
    col1_name: &str,
    col2_name: &str,
    rows: Vec<(DataValue, DataValue)>,
) -> Arc<DataTable>
Expand description

Helper function to create a two-column table