I have a dynamic table in my web page that sometimes contains lots of rows. I know there are page-break-before and page-break-after CSS properties.
Where do I put them in my code in order to force page breaking if needed?
I have a dynamic table in my web page that sometimes contains lots of
Share
You can use the following:
Refer the W3C’s CSS Print Profile specification for details.
And also refer the Salesforce developer forums.