Row groups of size 1 should have the option to be shown in non grouped format
Author: werty0uCreated Mar 22, 2022Updated Jul 29, 2026
Use case
I have a set of rows where some rows have a group size of 1. I would like the option to show these rows in the non grouped format
Proposed solution
I am not sure of an easy way of doing this but a couple options could be:
- An attribute/property on the
DataGridcomponent that tells the grid to not group rows that have a group size of 1. - Add some sort of flag to the
rowGrouperreturn object that tells the grid to not group rows with group size of 1.
Source: Comcast/react-data-grid