infinite-table / infinite-react

The modern React DataGrid for building apps — faster
https://infinite-table.com
73 stars 5 forks source link

Add ability to sort by group column #107

Closed roblotter closed 2 years ago

roblotter commented 2 years ago

For groupRenderStrategy=multiple this is quite easy, as sorting by it will in fact sort by the corresponding grouping. For groupRenderStrategy=single, it's not that difficult either, as it should behave as if it had multiple sorts - one for each groupBy field.