Martynrbell
New Member
- Joined
- Apr 11, 2016
- Messages
- 38
- Office Version
- 365
- Platform
- Windows
Hi All,
I need to get data in a table to then list using the clumn header then the cell, per row.[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Header1[/TD]
[TD]Header 2[/TD]
[TD]Header 3[/TD]
[TD]Header 4[/TD]
[/TR]
[TR]
[TD]FU[/TD]
[TD]Bar[/TD]
[TD]Hello[/TD]
[TD]World[/TD]
[/TR]
[TR]
[TD]End[/TD]
[TD]Of [/TD]
[TD]Days[/TD]
[TD]Cheese[/TD]
[/TR]
</tbody>[/TABLE]
using the table above as an example to display the below
Header1 "FU"
Header2 "Bar"
Header3 "Hello"
Header4 "World"
Header1 "End"
Header2 "Of"
Header3 "Days"
Header4 "Cheese"
The column range will be about 10 columns and the rows will be about 68 however i would like to configure it to different table ranges.
Can anyone help me sort this out?
Cheers
Martyn
I need to get data in a table to then list using the clumn header then the cell, per row.[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Header1[/TD]
[TD]Header 2[/TD]
[TD]Header 3[/TD]
[TD]Header 4[/TD]
[/TR]
[TR]
[TD]FU[/TD]
[TD]Bar[/TD]
[TD]Hello[/TD]
[TD]World[/TD]
[/TR]
[TR]
[TD]End[/TD]
[TD]Of [/TD]
[TD]Days[/TD]
[TD]Cheese[/TD]
[/TR]
</tbody>[/TABLE]
using the table above as an example to display the below
Header1 "FU"
Header2 "Bar"
Header3 "Hello"
Header4 "World"
Header1 "End"
Header2 "Of"
Header3 "Days"
Header4 "Cheese"
The column range will be about 10 columns and the rows will be about 68 however i would like to configure it to different table ranges.
Can anyone help me sort this out?
Cheers
Martyn