-
-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Page Styles not Printing at all #343
Comments
Hello. Any chance you could provide a working codesandbox or similar that shows the problem? It's very hard to debug given the limited amount of code you have shared above |
Ok sure, please try to access this sandbox: https://hlvcn.csb.app/ |
In the sandbox if I remove the |
This is an updated sandbox that reproduces the issue: https://nu3iy.csb.app Please let me know what can I be missing. |
Thanks for the update. I'm looking at it now |
Hi @MatthewHerbst, any chances you can provide some workaround to implement these printing features while this issue is resolved? Thanks in advance |
@heduardo1989 I'm still not sure what the issue is honestly. I see the styles on the page, and I can't figure out any reason why |
Thanks a lot for that. I really appreciate it!! |
@heduardo1989 apologies for taking so long on this. I've come back to it, and realized that the styles are printing correctly. It's the page width that is changing. If you make the browser smaller you will see that the page actually becomes exactly what it shown in the print window. I was able to correct the issue by adding According to the docs the I should note that in the Let me know how else I can help, or if you've already come up with a solution. |
Hi, I'm using React.Bootstrap for styling my custom component.
Then, when printing such component from clicking a button, I'm getting the page to print without most of styles applied(Ex. rows, columns...).
Pleasee help me with this, I really need to make this work and I have already tried multiple approaches (without success) until I found this library.
Below a quick summary of my implementation:
The text was updated successfully, but these errors were encountered: