Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ffe53ce

Browse filesBrowse files
authored
Merge pull request coreui#141 from alexraileanu/dev
fix(CDataTable): issue with loading and no-items-view slots
2 parents 3c8c082 + 91024bc commit ffe53ce
Copy full SHA for ffe53ce

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/components/table/CDataTable.vue

Copy file name to clipboardExpand all lines: src/components/table/CDataTable.vue
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.