Page 1 of 1

How to hide Table view title while printing

Posted: 2023-05-12 20:59
by spizpan
Hi! I've been searching the forum for some days, but haven't found any relevant post/answer. What I want to achieve is:

When I select some records (in table view) in order to print them, I want to avoid printing the Table view title and a ©opyright indication (which I have stated in footer-extras.php).

How can this be achieved?? Any help is more than welcome.

Thanks in advance!

Re: How to hide Table view title while printing

Posted: 2023-05-16 15:30
by spizpan
No one? :?

Re: How to hide Table view title while printing

Posted: 2023-05-16 16:22
by jsetzer
You can use Bootstrap's class "hidden-print" on those elements. This can be written in your HTML template or by using Javascript/jQuery.