From d349c125601692e49720d8572a12199c18537a3d Mon Sep 17 00:00:00 2001 From: Pranav C Date: Mon, 11 Jul 2022 22:50:36 +0530 Subject: [PATCH] feat(gui-v2): filter, sort integration with grid view Signed-off-by: Pranav C --- .../smartsheet-toolbar/ColumnFilter.vue | 4 +-- .../smartsheet-toolbar/SortListMenu.vue | 36 ++++++++++--------- 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/packages/nc-gui-v2/components/smartsheet-toolbar/ColumnFilter.vue b/packages/nc-gui-v2/components/smartsheet-toolbar/ColumnFilter.vue index 6169050997..969e9cb902 100644 --- a/packages/nc-gui-v2/components/smartsheet-toolbar/ColumnFilter.vue +++ b/packages/nc-gui-v2/components/smartsheet-toolbar/ColumnFilter.vue @@ -437,7 +437,7 @@ export default { @@ -519,7 +519,7 @@ export default { - + {{ $t('activity.addFilter') }} diff --git a/packages/nc-gui-v2/components/smartsheet-toolbar/SortListMenu.vue b/packages/nc-gui-v2/components/smartsheet-toolbar/SortListMenu.vue index f9acac2d04..d5fd294ca1 100644 --- a/packages/nc-gui-v2/components/smartsheet-toolbar/SortListMenu.vue +++ b/packages/nc-gui-v2/components/smartsheet-toolbar/SortListMenu.vue @@ -1,18 +1,21 @@