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
kalyforminkalyformin 

selectlist on each row in a table

We are trying to implement a VF page that has a pageBlockTable with selectlist on each row. T

Once the use has made their selection, they click on OK and it takes them to a new VF page that outlines the selections they have made.

 

 

I'm trying to find out if there is any sample code  or documentation that demonstrates how we can store selection values specific to each row in a pageblock table.

 

Any help is appreciated.

WesNolte__cWesNolte__c

Hey

 

This type of issues is usually best dealt with by using wrapper classes. They are very useful structures, and quite quick to implement once you've used them a few time.

 

Cheers,

Wes