V-cloak the entire table

This commit is contained in:
Montana 2018-12-13 11:09:48 -05:00
parent c8dd9eb6a8
commit 5e718c3cfc

View File

@ -109,10 +109,10 @@
</form> </form>
<div class='responsive-table-wrapper'> <div class='responsive-table-wrapper'>
<table v-if='searchedList && searchedList.length'> <table v-cloak v-if='searchedList && searchedList.length'>
<thead> <thead>
<tr> <tr>
<th v-cloak v-for="col in getColumns()" @click="updateSort(col.displayName)" :width="col.width" :class="col.class" scope="col"> <th 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") }}