v24
Added:
generate_dataTable_multiple_columns(dataTable_map, title, tableYpos, tableXpos, textSize, includes_multiple_maps, total_columns)
: Generates and shows a data table.
Parameters:
dataTable_map (map<string, string>)
title (string): (string): Title of the table
tableYpos (string): (string): Vertical position of the table
tableXpos (string): (string): Horizontal position of the table
textSize (string): (string): Text size
includes_multiple_maps (bool)
total_columns (int)
Returns: : None
Removed:
generate_dataTable_4c(dataTable_map, title, tableYpos, tableXpos, textSize, includes_multiple_maps)
: Generates and shows a data table.