diff --git a/packages/nc-gui/assets/nc-icons/column.svg b/packages/nc-gui/assets/nc-icons/column.svg
new file mode 100644
index 0000000000..6ff642b019
--- /dev/null
+++ b/packages/nc-gui/assets/nc-icons/column.svg
@@ -0,0 +1,3 @@
+
diff --git a/packages/nc-gui/components/virtual-cell/components/ListChildItems.vue b/packages/nc-gui/components/virtual-cell/components/ListChildItems.vue
index 4a6a2052ed..766df7082d 100644
--- a/packages/nc-gui/components/virtual-cell/components/ListChildItems.vue
+++ b/packages/nc-gui/components/virtual-cell/components/ListChildItems.vue
@@ -2,6 +2,7 @@
import { type ColumnType, isLinksOrLTAR, isSystemColumn } from 'nocodb-sdk'
import type { Row } from '#imports'
import InboxIcon from '~icons/nc-icons/inbox'
+import ColumnIcon from '~icons/nc-icons/column'
import {
ColumnInj,
@@ -196,10 +197,23 @@ watch(expandedFormDlg, () => {
'h-[420px]': !isForm,
'h-[250px]': isForm,
}"
- class="pt-1 flex flex-col items-center justify-center text-gray-500"
+ class="pt-1 flex flex-col gap-3 items-center justify-center text-gray-500"
>
There are no records in table
+
+ No records are linked from table
+
+
There are no records in table
+
+ There are no records in table
+
+