From 12558c98607fcb47715f69a3f1939bfa757ebbe4 Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Thu, 26 Oct 2023 16:52:30 +0000 Subject: [PATCH] fix: Fixed column width reszie and cleanup --- .../components/smartsheet/grid/Table.vue | 143 +++++++++--------- 1 file changed, 69 insertions(+), 74 deletions(-) diff --git a/packages/nc-gui/components/smartsheet/grid/Table.vue b/packages/nc-gui/components/smartsheet/grid/Table.vue index ae2a86e67e..e9aeb6e1b2 100644 --- a/packages/nc-gui/components/smartsheet/grid/Table.vue +++ b/packages/nc-gui/components/smartsheet/grid/Table.vue @@ -4,7 +4,7 @@ import { nextTick } from '@vue/runtime-core' import type { ColumnReqType, ColumnType, PaginatedType, TableType, ViewType } from 'nocodb-sdk' import { UITypes, ViewTypes, isLinksOrLTAR, isSystemColumn, isVirtualCol } from 'nocodb-sdk' import { useColumnDrag } from './useColumnDrag' -import type { CellRange, Row } from '#imports' + import { ActiveViewInj, CellUrlDisableOverlayInj, @@ -41,6 +41,7 @@ import { useViewsStore, watch, } from '#imports' +import type { CellRange, Row } from '#imports' const props = defineProps<{ data: Row[] @@ -1206,7 +1207,7 @@ const loaderText = computed(() => {