Discussions
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Join us
List declaration editing
I've declared a list in my custom advanced pdf and when I add item.item, instead of the list going from row to row, the list only displays one item per page. So instead of eight items displayed on one page, the eight items are displayed on eight pages.
<td colspan="3" style="width: 572px; vertical-align: top; text-align: left; border: 1px rgb(0, 0, 0); background-color: rgb(255, 255, 102);"><span style="font-size:11px;"><span style="font-family:Arial,Helvetica,sans-serif;"><span class="itemname">${item.item}</span></span></span></td>
<td colspan="7" rowspan="1" style="width: 572px; vertical-align: top; text-align: left; border: 1px rgb(0, 0, 0); background-color: rgb(255, 255, 102);"><span style="font-size:11px;"><span style="font-family:Arial,Helvetica,sans-serif;">${item.description}</span></span></td>