on deplace l'icone de tri avant le texte
This commit is contained in:
parent
e06de642be
commit
9cc9b7b4de
2 changed files with 2 additions and 2 deletions
|
@ -535,11 +535,11 @@ let monTableau = {
|
|||
<thead>
|
||||
<tr>
|
||||
<th v-for="(label,head,i) in header" :key="'head_'+i" :class="[head,classes[head]]">
|
||||
<span v-html="label"></span>
|
||||
<span class="iconeTri">
|
||||
<i class="fa fa-sort-asc fa-sort-up" :class="ordreActif(head, 'asc')" aria-hidden="true" @click.stop="tri(head,'asc')"></i>
|
||||
<i class="fa fa-sort-desc fa-sort-down":class="ordreActif(head, 'desc')" aria-hidden="true" @click.stop="tri(head,'desc')" ></i>
|
||||
</span>
|
||||
<span v-html="label"></span>
|
||||
</th>
|
||||
</tr>
|
||||
<tr v-if="filtreCol.length" class="filtreColonne">
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue