From 491f9557a3cc77a518e08c382f43da382c7e534e Mon Sep 17 00:00:00 2001 From: Pranav C Date: Sat, 8 Oct 2022 16:10:47 +0530 Subject: [PATCH] feat(gui): if bt column is required then mark it as required in header Signed-off-by: Pranav C --- .../components/smartsheet/header/VirtualCell.vue | 3 ++- .../nc-gui/composables/useExpandedFormStore.ts | 1 + packages/nc-gui/composables/useViewData.ts | 7 ++++++- packages/nc-gui/utils/columnUtils.ts | 14 +++++++++----- packages/nc-gui/utils/dataUtils.ts | 6 ++++++ 5 files changed, 24 insertions(+), 7 deletions(-) diff --git a/packages/nc-gui/components/smartsheet/header/VirtualCell.vue b/packages/nc-gui/components/smartsheet/header/VirtualCell.vue index 1740c31a42..f0dc511883 100644 --- a/packages/nc-gui/components/smartsheet/header/VirtualCell.vue +++ b/packages/nc-gui/components/smartsheet/header/VirtualCell.vue @@ -7,6 +7,7 @@ import { MetaInj, computed, inject, + isVirtualColRequired, provide, ref, toRef, @@ -108,7 +109,7 @@ const tooltipMsg = computed(() => { {{ column.title }} -  * +  *