You need to sign in to do that
Don't have an account?
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 Name | Second Name | Phone | City |
1 | a | e | 123 | j |
2 | b | f | 456 | k |
3 | c | g | 789 | l |
4 | d | h | 987 | m |
5 | e | i | 654 | n |
But i wann some format changes from the above shown table. i need the table formatted as table shown below.
S.No | 1 | 2 | 3 | 4 | 5 |
FirstName | a | b | c | d | e |
Second Name | f | g | h | i | j |
Phone | 132 | 456 | 798 | 654 | 312 |
City | k | l | m | n | o |
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
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>