fix: afficahge du toggle si pas de filtrage, refs #12

This commit is contained in:
Christophe 2023-02-04 00:24:08 +01:00
parent 22a14a4d2e
commit 707a23deab

View file

@ -163,7 +163,10 @@
</span>
</th>
</tr>
<tr v-if="filtreCol.length" class="filtreColonne">
<tr
v-if="filtreCol.length || Object.keys(checkbox).length"
class="filtreColonne"
>
<th
v-for="(label, head, i) in header"
:key="'filtreCol_' + i"