goTo()

in ui/src/app/viewer/table/table.component.ts [35:37]


  goTo(path: string) {
    this.newPathEvent.emit(path);
  }