Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3142 Vistas

I have this table in my qweb report, but for some reason, all <th tags are bolded. how can I make them normal, not bold?


and i did try to remove style and class from table

<table style="border-color:grey;" class="table-bordered table-sm o_main_table" name="moves_table">
<thead>
<tr>
<th>No</th>
<th>Description</th>
<th class="text-center">Code</th>
<th class="text-right">Units</th>
<th class="text-right">Quantity</th>
<th class="text-right">Package quantity</th>
<th class="text-right">Net weight (kg)</th>
<th class="text-right">Weight incl. packaging</th>
<th class="text-right">Type of package</th>
</tr>
</thead>


Avatar
Descartar
Mejor respuesta

Hi,

Try this

<th style="font-weight: lighter;" class="text-center">Code</th>
Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
oct 22
5650
2
mar 21
3830
2
mar 21
8917
0
dic 20
3697
0
may 20
2823