public addRow(values as ArrayList<String>) as TableModel:
Appends a row and returns this model for fluent setup.
model.addRow(["1", "Alice"])