[data grid] Column Type "Boolean" Does Not Support Aggregation #16107
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
support: commercial
Support request from paid users
support: premium standard
Support request from a Premium standard plan user. https://mui.com/legal/technical-support-sla/
The problem in depth
Currently, when using MUI DataGrid Premium with columns of type "boolean", it seems that the aggregation functionality is not supported or does not work as expected. Attempts to use custom aggregation functions, such as calculating if any false exists in a grouped column of type "boolean", result in no aggregation being applied or displayed.
Expected Behavior
Aggregation should work seamlessly with boolean columns.
The custom aggregation function should calculate and display the aggregated value (e.g., true if all rows are true, or false if any row is false).
https://codesandbox.io/p/sandbox/react-data-grid-row-grouping-forked-xtx36k
Your environment
Search keywords: Row Grouping Aggregation Boolean
Order ID: 93539
The text was updated successfully, but these errors were encountered: