tbody border
HTML
<table>
<thead>
<tr>
<th>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td>
</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>
</td>
</tr>
</tfoot>
</table>
CSS
table {
/* border-collapse: collapse; */
page-break-inside: auto;
width: 210mm !important;
margin: 0 auto;
height:50mm;
}
table, th, td {
border: 1px solid black;
}