Backend en NODE.js para generar tablas en HTML y posteriormente con ese DOM crear PDFs, con geaders, contenido de las tablas y headers de tablas en cada pagina, footer de paginacion.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EJSTempletes/views - Copy/partials/Amazon/ItemsTableHeader.ejs

14 lines
354 B

<table width='100%' class='table table-striped table-sm' style="font-size:12px">
<thead>
<tr>
<th>Ord</th>
<th>ASIN#</th>
<th>Description of Goods</th>
<th>Unit Meas.</th>
<th>Country of Origin</th>
<th>Qty Shipped</th>
<th>Unit Net Weight Kg</th>
<th>Unit Cost USD</th>
<th>Total Value USD</th>
</tr>
</thead>