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