Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Suitelet BFO create table with styling
Dear all,
does anyone have suggestion how to create this table style in BFO?
<table width="100%" cellpadding="0" cellspacing="0"> <tr> <td style="border-width: 1px; border-style: solid solid solid solid;">Item</td> <td style="border-width: 1px; border-style: solid none solid solid;">Qty</td> <td style="border-width: 1px; border-style: solid none solid solid;">Amount</td> </tr> <tr> <td style="border-width: 1px; border-style: none solid none solid;">Item 1</td> <td style="border-width: 1px; border-style: none solid none solid;">200</td> <td style="border-width: 1px; border-style: none solid none solid;">80000</td> </tr> <tr> <td style="border-width: 1px; border-style: none solid none solid;">Item 2</td> <td style="border-width: 1px; border-style: none solid none solid;">300</td> <td style="border-width: 1px; border-style: none solid none solid;">90000</td> </tr> <tr> <td style="border-width: 1px; border-style: none solid solid solid;">Item 3</td> <td style="border-width: 1px; border-style: none solid
Tagged:
0