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>
|
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!
|