I’m trying to insert a page break into a table when a certain requirement is met, at the moment i have been attempting this with just a standard table to see if i could get a table to break across pages and i can not. i am currently trying this statement which i believe i found on a different post on here, and also tried it on a page, i can get a normal page to split, but not tables. has anyone done this before, im guessing im just not using the correct css command.
In case your table is actually a Dynamic Table you can apply the CSS property and value page-break-after: always; to the <tr>-element as shown in the example below:
Assuming you are not using a dynamic table (a table to creates rows based on the line items in detail table in your Data Model) I would suggest to add the data-breakable attribute to the elements.