Thanks Jan
But looked into it a little further and applied the following and will adjust the min width accordingly.
@media screen and (min-width: 100px)
{
.hideForScreen
{
display: none;
}
}
Thanks Jan
But looked into it a little further and applied the following and will adjust the min width accordingly.
@media screen and (min-width: 100px)
{
.hideForScreen
{
display: none;
}
}
Thanks Jan
Almost there
Looking at option 2
however I want to SHOW for Print and
HIDE for HTML
tried @media screen but both return blank
can you help.
Thank you in advance.
Hello
I am new to JSReport and javascript so sorry if this is something already answered.
I am using the same recipe to generate both Chrome-PDF and HTML.
However the key difference is that I do not want to display the TOC in the HTML output.
How do I set this up .
Thank you