Print portion of window with styles #9255
Unanswered
CrawfordW
asked this question in
General - Components / Directives / etc
Replies: 1 comment 17 replies
-
|
@CrawfordW Also Quasar has some print classes you might have not seen: |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building an app with drawers, tabs and splitters. I need a way to print just the contents of one tab as a document with all the styles and formatting that go with it.
Only solutions I've found require extracting the inner-html of a div, but then all the styles are lost. I need to include the Quasar styles as well as my own so the printed document will look like the tab content on the screen.
Any suggestion will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions