• Nilanjana Sengupta 10
  • NEWBIE
  • 0 Points
  • Member since 2022

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

Hi All,

 

I want to display table vertically instead of horizontal. How can we do this. The table should look like below:

 

Vertical header1  CellValue-VH1-1  CellValue-VH1-2...CellValue-VH1-n 

Vertical header2 CellValue-VH2-1  CellValue-VH2-2...CellValue-VH2-n 

.

.

.

Vertical headern CellValue-VHn-1  CellValue-VHn-2...CellValue-VHn-n 

 

P.S.: Where Vertical header would be fixed and the Cell Values will come from list.

 

How can we achieve the above sample table in visualforce using apex:repeat? Any thoughts/suggestion to this are appreciated.

Thank you!

 

Regards,

Lakshman