Hello.
Is it easy enough to create an additional column in the list view that I can use to create a link next to each row to take me to an external page? The kicker is that the column is not associated with a field of any kind.
For example: It would be nice if I can add a link next to each row like this: <a target="_blank" href="htp://www.fakedomain.com/viewpdf.php?table=some-table&id=1">view as pdf</a>
Where "id=#" is a number based on the row being displayed.
I assume it would be a delagate class. Could you give us an idea of how to go about this?
Thanks.
-Frank