for(let c of this.state.table) {
      if(!props.table.find(e => e.id === c.id)) this._deleteRow(c);
    }