void delete()

Source

void delete() {
  table.rows.remove(this);
  var idx = index;
  table.refresh(idx);
  table.reindex();
}