a-x- / react-easy-print

Powerful react component for easy printing
https://www.npmjs.com/package/react-easy-print
MIT License
87 stars 19 forks source link

It doesn't allow me to print the content in a modal pop up, always gets whole screen. Not only the modal pop up. Ctrl+p or window.print() #10

Closed darshanawollstra closed 6 years ago

a-x- commented 6 years ago

Hey, Sorry for the delay! Can you provide some code?

darshanawollstra commented 6 years ago

got resolved it by adding all the printable things inside a div element and by using another printing component i was able to get the modal pop up to a whole printing page.