appendRow method
Appends row iterables just post the last filled rowIndex.
Implementation
appendRow(List<dynamic> row) {
int targetRow = maxRows;
insertRowIterables(row, targetRow);
}
Appends row iterables just post the last filled rowIndex.
appendRow(List<dynamic> row) {
int targetRow = maxRows;
insertRowIterables(row, targetRow);
}