clear method

void clear()

Clear all rows from the table.

Implementation

void clear() {
  _data.clear();
}