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
commit eb873d0fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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">