Ahí ya no es problema de js sino de html. Se arregla así:
Código PHP:
<table width="100%">
<tr>
<td width="50" align="center"><strong>Orden</strong></td>
<td align="center" width="100%"><strong>Detalles</strong></td>
<td width="50" align="center"><strong>Cantidad</strong></td>
<td width="100" align="center"><strong>Tarifa</strong></td>
<td width="100" align="center"><strong>Total</strong></td>
<td width="50"> </td>
</tr>
<tbody id="tabla">
</tbody>
</table>
Es decir, agregándole un width a la columna Detalles.