I have the following table:
<div class="card data-table nueva-table">
<table>
<thead>
<tr>
<th class="nuevo-td" style="font-size: 11px;">Nombre</thd>
<th class="nuevo-td" style="font-size: 11px;">Individual</th>
<td class="label-cell nuevo-th" style="font-size: 11px;">Red</th>
<th class="label-cell nuevo-th" style="font-size: 11px;">Titulo</th>
</tr>
</thead>
<tbody id="listado_volumen_negocio" class="listado_volumen_negocio">
</tbody>
</table>
</div>
Visually it looks like this:
But in the Individual and network cells it should look like this:
Thank you very much in advance.