Try using v-cloak
This commit is contained in:
parent
313422f52a
commit
c8dd9eb6a8
@ -108,11 +108,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<div class='fixed-table-wrapper'>
|
<div class='responsive-table-wrapper'>
|
||||||
<table v-if='searchedList && searchedList.length'>
|
<table v-if='searchedList && searchedList.length'>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th v-for="col in getColumns()" @click="updateSort(col.displayName)" :width="col.width" :class="col.class" scope="col">
|
<th v-cloak v-for="col in getColumns()" @click="updateSort(col.displayName)" :width="col.width" :class="col.class" scope="col">
|
||||||
!{ col.displayName }
|
!{ col.displayName }
|
||||||
<span v-if="col.displayName === sortInfo.columnName && sortInfo.isAscending">
|
<span v-if="col.displayName === sortInfo.columnName && sortInfo.isAscending">
|
||||||
{{ Icon("caret_down") }}
|
{{ Icon("caret_down") }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user