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.
$row
The data to insert
$row_id
Row number to insert before
No exceptions thrown.
This function can not be called statically.