angular-ui/ui-grid

Hide aggregation types

Open

#4,674 opened on Nov 11, 2015

View on GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (2,496 forks)batch import
good first issuegrid-groupingtype: enhancement

Repository metrics

Stars
 (5,395 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Is there any way to specifically hide some of the aggregation types (Count, Sum, Min, Max, Avg) from the column menu?

For some data, for example strings, it does not make sense to allow summing them up. It would be cleaner if the menu option to Sum would not be present in the column menu.

Contributor guide