sorting rows groups #2504
Unanswered
softmasters
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'have a datagrid where I'm grouping rows using a lodash groupBy() has a rowGrouper function.
Grouping works well, but the rowGrouper function returns an object and properties are not sortable in a ES object.
How may I change the order in which the row groups are shown?
Here is a part of my code:
Beta Was this translation helpful? Give feedback.
All reactions