Search code examples
ag-gridag-grid-react

Conditional row grouping Ag-Grid


Is there a way to enable row grouping, but only group rows when there are more than one values to be grouped. I want to avoid having groups of only a single row. I don't think it makes sense to group those


Solution

  • The way to remove single children is by setting removeSingleChildren=true

    https://www.ag-grid.com/javascript-grid-grouping/