doubleClick(e) {
    let { row, column, table } = this.getProperties('row', 'column', 'table');
    invokeAction(this, 'onDoubleClick', e, row, column, table);
  }