Welcome Guest Search | Active Topics | Sign In | Register

Repeat Table Header in nested Table Options
Andy Ho
Posted: Tuesday, May 29, 2012 9:43:09 PM
Rank: Newbie
Groups: Member

Joined: 12/5/2011
Posts: 5
I have a ASPX page with the following table structure, what I want is to let the 2 headers repeat at every page, but it won't, the header 01 is ok, but not the header 02, I am using the latest version of both EO.PDF and EO.WEB.

Please advise.

<table>
<thead>
<tr>
.....header 01
</tr>
</thead>
<tbody>
<tr><td>
<table>
<thead>
<tr>
...header 02
</tr></thead>

</table>
</td></tr>
</tbody>
</table>


eo_support
Posted: Tuesday, May 29, 2012 9:53:05 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi,

I do not believe you can do that. The table header repeating feature works on single level only. You can have multiple header rows inside a single table and all those rows will be repeated. However different headers from nesting tables will not be merged. Only the outer table header will be repeated in that case.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.