Browse Source

feat: add group by support for more types

pull/6987/head
Pranav C 10 months ago
parent
commit
7723ca3c85
  1. 11
      packages/nc-gui/components/smartsheet/toolbar/GroupByMenu.vue

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

Loading…
Cancel
Save