createRow method

dynamic createRow()

Create a row after the last row

Implementation

createRow() => addOneRow(columns, rows);