Merge pull request #486 from dod-ccpo/table-loading
Members List Showing Markup
This commit is contained in:
commit
eb873d0fda
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user