simultaneous grouping of several columns in react material table
I’d like to be able to group more than one column but not in a nested way, but at the same level. The following example will demonstrate what I mean: For each ‘state’ there’s a certain value of ‘capital’. If I want to group people by state with a default grouping mode I get multiple rows under the same state, each with the same capital, which is not very clear to read through.