The region on this page has attributes:
- rowclick="LINK"
- rowclick-exclude="DELCOL"
Attribute explanation:
- Activates the rowclick behavior and passes the column that has the link
- Tells the behavior not to set a rwoclick on the column "DELCOL" which could hold a dynamic action to dele a record.
Notice that the cursor does not turn into a hand when hovering next to the trashcan, but inside that table-cell.
How to find the reference to the columns for an interactive report
For an interactive report the reference to use in the rowclick attribute is the ID of the column (found in the properties pane for a specific IR column). It is therefore good practice to give an ID to the columns you are referring. Columns that are not referred to by the "rowclick" or "rowclick-exclude" attributes do not need an ID for the plugin to work.
If you create the link at the Interactive report's attributes, the "headers" attribute for the table cells will contain "LINK", so you can use rowclick="LINK".
You can always right-click the table-cell containing the link and inspect the cell. Look for the "headers" attribute of the cell. This attribute is the actual attribute the plugin uses to find the link.