void Console_Table::insertRow (
array $row
, integer $row_id
)
Inserts a row after a given row number in the table. If $row_id is not given it will prepend the row.
The data to insert
Row number to insert before
No exceptions thrown.
This function can not be called statically.