if I have a table of data say 3x3, something like:
row1 'blue','red', 20
row2 'green','yellow', 15
row3 'orange', 'purple', 25
how would I add a 4th row to the bottom of the table
row4 'pink','brown', 30
so that now the table is 4 rows and three columns?