Hi everyone, I want to ask you something to see if...
# general
a
Hi everyone, I want to ask you something to see if you can help me. I am editing a NetSuite advance pdf template, but I can't seem to split the table into two or more pages based on the height of one of the columns. Have you done this before? Do you know how I could achieve it? In other words, if the value of the item in that column is larger than the page size, move to the next page with the table header and continue writing the subsequent items. thanks!!
j
I had to tackle this problem when we had Descriptions on items that were too long and broke the page. We solved it by splitting the description on
<br/>
tags into “paragraphs”, and forcing a new
<tr>
for each paragraph.