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
abivenkatabivenkat 

Table Forming format in visualforce page

 

hi all,

 

I have a requirement in which i am trying to show a table to the users. I need its format to be in different from the normal. For Example, below shown table is the normal format which we use to show values in table format.

 

S.No.First NameSecond NamePhoneCity
1ae123j
2bf456k
3cg789l
4dh987m
5ei654n

 

But i wann some format changes from the above shown table. i need the table formatted as table shown below.

 

S.No12345
FirstNameabcde
Second Namefghij
Phone132456798654312
Cityklmno

 

In which the column names should be formatted one by one (vertically) and its field values should be formatted in one after the other (horizantally). I wanna know how to format this and how to insert a radiobutton for the values inside the table..

 

i need suggestions and assistance to do this..

 

 

thanks,

abivenkat,

SFDC Learner

rosy_lenkarosy_lenka

instead of taking field names in single row's <td>s, take field names in first <td> of different <tr>s and give values for those fields in relative <tr>