Force page breaks on line count condition
-
Hi,
I am in the common situation where I am building dynamic tables that are overflowing to multiple pages. If I am correct there is no feature to detect the page breaks so ideally I would like to force page breaks after
x
number of rows and repeat the table headings at the top of each page.I tried to implement a counter using https://www.jsviews.com/#allowcodetag@sample as a guide. This did not seem to work with jsreports. Any ideas how I can do this in a clean way?