Make Printing Of One Table Per Page With Css
22 August 2018
Hello erybody,
today I want to share one important note, which took significant amount of time from me to finish.
I had page which as html output few tables. For me it was nessesary to make one page per table. In order to achieve it I've found following CSS:
<style> table, table tr td, table tr th { page-break-inside: avoid; } </style>
That was only one css that worked for me.
If you're working with Acumatica and facing similar challenges in tailoring your pages for optimal output, we can help! Customizing reports or layouts is crucial for streamlining your processes. If you need assistance with any customization or have specific needs, don’t hesitate to leave a request. Let us work with you to create the perfect solution that fits your business requirements!