Merge pull request #486 from dod-ccpo/table-loading

Members List Showing Markup
This commit is contained in:
montana-mil
2018-12-14 13:21:15 -05:00
committed by GitHub

View File

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