From 91024bc759c9b0b17ab28dd2739bd9a2b1023db3 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 10 Mar 2021 13:53:48 +0100 Subject: [PATCH] fix(CDataTable): fixed issue with loading/no-items-slot if loading the items in the table asynchronously and passing the loading prop to the c-data-table, until the request would be done, the table would display both the no-item-slot and the loading slot. this fix changes it so that while loading, do not display the no-items-slot --- src/components/table/CDataTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/table/CDataTable.vue b/src/components/table/CDataTable.vue index 0c98a3f7..9aa84c81 100644 --- a/src/components/table/CDataTable.vue +++ b/src/components/table/CDataTable.vue @@ -159,7 +159,7 @@ - +