reload method

void reload()

Implementation

void reload() {
  rows.clear();
  views.clear();
  refresh();
}