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())