Reply to thread

Where you import your css file you can add media="print" onto the meta tag.

[automerge]1697539417[/automerge]

Also, utilizing an iFrame for printing the table might not be the best solution. You could use the CSS "not" query to set everything else to not be printable, based on a class  .printable. You would need to check browser support to see if this fits your needs (supports everything except IE and Opera Mini).


Top