clearRows method

Table clearRows()

Clears all rows from the table.

Implementation

Table clearRows() {
  _rows.clear();
  return this;
}