[data grid] Add aggregation for boolean type columns #16163
Labels
component: data grid
This is the name of the generic UI component, not the React module!
feature: Aggregation
Related to the data grid Aggregation feature
new feature
New feature or request
Summary
We currently do not support aggregation for boolean type columns, although there are some use cases we should support.
Examples
Same as with the size aggregation for other column types: count all filled fields
This could come in different flavors: either count all true or false values or, as an alternative, count both and show them as separate values. Very quick example:
basically works as the array functions. Some/every are
true
orfalse
Motivation
This issue was raised outlining that boolean aggregation should be available. We did discuss this during a grid meeting and decided that we should allow for this. It has the added benefits that this will allow for higher customization options as well.
Search keywords: -
The text was updated successfully, but these errors were encountered: