is there way to sort the table by the same as grouping order ?
i found this but it didn't have answer:
https://github.com/TanStack/table/discussions/2428
i just want to sort the table by the grouping order
GitHub
Sorting by Group Value · TanStack table · Discussion #2428
Is there any way to combine useSortBy and useGroupBy hooks in order to sort by the currently selected group? Currently, I have the grouped value in a separate column where I use the Aggregate funct...
0 Replies