Perspective Table with PDF icon column

I have Perspective Table component Table A, data comes from SQL Named Query. Table A has following fields: id, label, value. Table’s columns label and value are editable and have onEditCellCommit event attached.
Screenshot from 2020-11-26 02-10-23 !
Also, there is View with sole Icon component, PDF View. This view has onDoubleClick event setup and ID field in PARAMS.
Screenshot from 2020-11-26 02-10-53

I want to get following functionality:

  1. I want table to have 4-th column with PDF View
  2. Double click on Table A’s PDF View must send row’s id to PDF View and PDF View’s event scrip onDoubleClick is activated.

How I can achive this functionality?