error in sorting "datetime" column after grouping any column #2740
Unanswered
1995navinkumar
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
-
Description
Sorting a "datetime" column after grouping any column throws an error "Cannot read property 'getTime' of null"
Example
codesandbox
Works good when the grouped column is also added to the sorted columns , i.e groupBy col1 and sortBy col1 , datecolumn
Beta Was this translation helpful? Give feedback.
All reactions