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.
!
Also, there is View with sole Icon component, PDF View. This view has onDoubleClick event setup and ID field in PARAMS.
I want to get following functionality:
- I want table to have 4-th column with PDF View
- 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?