newTable

This function creates a new table of data, most functions will only use it once. The core of this file, it creates a new, but empty, table of data in context, ready for filling using addData(). Fills the context variable current_table with the ID of the table created. Keeps track of the current table count using context variable table_count.
Parameters Summary
string $title = ''
string $default_value = ''
string $shading = 'all'
string $width_normal = 'auto'
string $align_normal = 'center'
string $width_shaded = 'auto'
string $align_shaded = 'auto'