void Console_Table::addCol (
array $col_data
, integer $col_id
, integer $row_id
)
Adds a column to the table
$col_data
The data of the column. Can be numeric or associative array
$col_id
The column index to populate
$row_id
If starting row is not zero, specify it here
No exceptions thrown.
This function can not be called statically.