From 7723ca3c85fa1a2d8950cf6cbb4c9e13a00d9ab3 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Thu, 16 Nov 2023 12:24:23 +0000 Subject: [PATCH] feat: add group by support for more types --- .../components/smartsheet/toolbar/GroupByMenu.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/nc-gui/components/smartsheet/toolbar/GroupByMenu.vue b/packages/nc-gui/components/smartsheet/toolbar/GroupByMenu.vue index cd9ae83511..0969f2d125 100644 --- a/packages/nc-gui/components/smartsheet/toolbar/GroupByMenu.vue +++ b/packages/nc-gui/components/smartsheet/toolbar/GroupByMenu.vue @@ -29,6 +29,17 @@ const groupingUidt = [ UITypes.Lookup, UITypes.Links, UITypes.Formula, + UITypes.Email, + UITypes.URL, + UITypes.PhoneNumber, + UITypes.Decimal, + UITypes.Currency, + UITypes.Percent, + UITypes.Duration, + UITypes.Rating, + UITypes.Year, + UITypes.DateTime, + UITypes.Time, ] const meta = inject(MetaInj, ref())