I have huge problem. I will explain everything:
- I have project in Angular
- I use PrimeNG to create my table
- I want to
page-break-after/before
the table (<tr>
best way) - Web browse I use -> Google Chrome / Chromium
I just want to break my table. Simple idea, but it is so difficult to do. I treid to modify my table using heihgt row properties. I tried this (and a lot of similar):
@media print {
::ng-deep tr.justBreak { display: block; page-break-before: always; }
}
I tried many, many examples. Most of all they dosen't work or they works bad (I can say very bad, unacceptably). So propably if someone paste here any existing example, it almost certain that I tried this one, too. I hope someone know how to resolve my problem.