You can't add a row at the start of the table.
AddRow automatically inserts rows at the end of the table.
However it is possible to use a hidden column containing an index value.
You could then insert a new row and sort the table using the unseen index.
This is I believe the recommended approach to take.
Regards,
RandomCoder