click(e) {
    let { row, table } = this.getProperties('row', 'table');
    invokeAction(this, 'onClick', e, row, table);
  },