Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
How to fix the height of item table on a page despite the number of items present in Invoice Pdf/Htm
So i want to fix the item table height on a page despite the number of items present in that table. The table itself is dynamic but i looking for the right answer that is there any way to achieve this desired functionality where i can set a maximum height that should appear on every page of that Invoice even when the items details are just covering the half of the page.Right Now , i have the following code to produce the dynamic rows:
<#if record.item?has_content>
<table class="itemtable" style="width: 100%;border:1px solid black; margin-top:10px;"><!-- start items --><#list record.item as item>