Comcast / Comcast/react-data-grid

Row groups of size 1 should have the option to be shown in non grouped format

Open
#2,863 0 comments 3 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
7.7k
Forks
2.2k
Avg merge
1d 2h
Merged PRs (30d)
33

Description

## 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:
1. An attribute/property on the `DataGrid` component that tells the grid to not group rows that have a group size of 1.
2. Add some sort of flag to the `rowGrouper` return object that tells the grid to not group rows with group size of 1.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.