|
Rank: Newbie Groups: Member
Joined: 8/8/2023 Posts: 2
|
I have a table as follows and HtmlToPdfOptions.RepeatTableHeaderAndFooter = true. It's creating links in all page headers as expected, But only first page link is clickable, remains are unclickable
<table> <thead> <tr> <td> <a href="#myElement">This is a link</a></td> </tr> </thead> <tbody> <tr><td> Content here</td></tr> .//Will be there with more content which will create more pages . . <tr><td> <div id="myElement">This is the element that the link refers to.</div></td></tr> . . </tbody> </table>
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Thanks for letting us know. We are looking into this issue and will reply again as soon as we have an update.
|
|
Rank: Newbie Groups: Member
Joined: 8/8/2023 Posts: 2
|
eo_support wrote:Thanks for letting us know. We are looking into this issue and will reply again as soon as we have an update. Is there any update on this?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
We have just posted build 23.3.4 that should resolve this issue. Please take a look and let us know how it goes.
Thanks!
|
|