The region on this page has attributes:
- rowclick="DERIVED$01"
Attribute explanation:
- Activates the rowclick behavior and passes the column that has the link
The report is refreshed using AJAX when changing the search criteria or the Display select list.
Notice that after an AJAX refresh the behavior is re-applied.
How to find the reference to the columns for a classic report
For a classic report the reference to use in the rowclick attribute is the name as the column name in your query.
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.