function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
thorsten_dthorsten_d 

DataTable rowIndex

Hi,
I'm trying to write a master-detail relationship with 2 pages.
On Page 1 I want to have a table using the dataTable Tag.
Each row of column 1 should be rendered as link, calling a method on my custom controller.
The controller should return a PageReference pointing to the detail page.
But I don't know how to figure out which row was clicked.
Thanks /thorsten