Reload the table with the provided rows. Only rows with valid Ids will be added.
Iterable<T> reloadWith(JsonTable rows) { _table.clear(); return addAll(rows); }