Skip to content

Commit 45483c5

Browse files
committed
chore: merge user pull request #141
2 parents 94bb062 + ffe53ce commit 45483c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/CDataTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
</td>
160160
</tr>
161161
</template>
162-
<tr v-if="!currentItems.length">
162+
<tr v-if="!currentItems.length && !loading">
163163
<td :colspan="colspan">
164164
<slot name="no-items-view">
165165
<div class="text-center my-5">

0 commit comments

Comments
 (0)