Try using v-cloak

This commit is contained in:
Montana 2018-12-12 10:25:34 -05:00
parent 313422f52a
commit c8dd9eb6a8

View File

@ -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") }}