DEV Community

Srikanth
Srikanth

Posted on

How to implement column grouping in react-table

I used react-table in my Application. We used Row Grouping. In the same way I want to implement Column Grouping. Expanding and Collapsing the columns by clicking the arrow button in column. Please look into the below image.

Image description

https://stackoverflow.com/questions/70922615/how-to-implement-column-grouping-in-react-table

Any Help.
Thank you

Top comments (0)