We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2417cc9 commit b772effCopy full SHA for b772eff
frontend/src/components/complex-table/index.vue
@@ -109,7 +109,7 @@ const mobile = computed(() => {
109
return globalStore.isMobile();
110
});
111
const tableRef = ref();
112
-const tableHeight = ref(0);
+const tableHeight = ref<number | string>('');
113
const menuRef = ref<HTMLElement | null>(null);
114
const leftSelect = ref(false);
115
0 commit comments