mui / material-ui

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
https://mui.com/material-ui/
MIT License
94.02k stars 32.3k forks source link

Print Heading issue for every page #44495

Closed DeveloperNx closed 21 hours ago

DeveloperNx commented 22 hours ago

Hello, how can we display Heading on print every page? currently it only give heading on first page, the rest of pages print without heading.

Search keywords:

siriwatknp commented 21 hours ago

You can apply position: fixed with @media print to the heading. It will appear on all the pages.

This is not related to Material UI, so I'm closing this.

github-actions[bot] commented 21 hours ago

👋 Thanks for using this project!

We use GitHub issues exclusively as a bug and feature requests tracker, however, this issue appears to be a support request.

For support with Material UI please check out https://mui.com/material-ui/getting-started/support/. Thanks!

If you have a question on Stack Overflow, you are welcome to link to it here, it might help others. If your issue is subsequently confirmed as a bug, and the report follows the issue template, it can be reopened.

github-actions[bot] commented 21 hours ago

This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Now, if you have additional information related to this issue or things that could help future readers, feel free to leave a comment.

[!NOTE] @DeveloperNx How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey.

DeveloperNx commented 19 hours ago

@siriwatknp after applying position: fixed with @media print it's still not work