Hello,
You can use the following approach:
1. Create SQL query which will look like:
Code: |
SELECT
title, author, series, row_id
....
|
2. Use "Columns settings -> Columns settings" parameter and populate it with the following values:
ID=row_id
Alias=Details
Format=<a href="index.php?option=com_mycomponent&row_id={$value}">View</a>
Just place necessary link to component which display rows details in "href" attribute of anchor in "Format" parameter. Use {$value} predefined variable as row ID.
Regards,
ARI Soft