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
Ken_KoellnerKen_Koellner 

Can I make a <apex:column > in a pageBlockTable a link?

I have an <apex:column> in a pageBlockTable that is a name from an SObject.  I want it to be a link such that when a user clicks on it, it goes to the page for the id of that object.

 

Can that be done or do I have to use something other than apex:pageblocktable and apex:column ?

 

Best Answer chosen by Admin (Salesforce Developers) 
Sam.arjSam.arj

Open the post below and pay attention to the first column of thePageBlockTable

 

http://salesforcesource.blogspot.com/2008/11/adding-sorting-capability-to.html