• Sunil Arora India
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies

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