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
Sunil Arora IndiaSunil Arora India 

Visualforce page issue

Hi,

 

I need to show headers on top of table (show all piclist values), and show some records name on the left(QLI record).

and give user to select any value from a tect field and then hit on save as given below:-

 

QLI Records     Country1   Country 2       Country3

Record 1           txtbx1          txtbx2               txtbx3

Record 2           txtbx1          txtbx2               txtbx3

Record 3           txtbx1          txtbx2               txtbx3

                              (save button)

 

Please let me know the way to do it.

 

I tried to  use data list, and in that I have used <apex:repeat>. With that I am able to show headers (countries), but not able to add other values yet. Please guide.

 

 

Regards

Sunil Arora

BobBBobB

What does your code look like now?

 

...Bob