-
How can I use the Thanks!! |
Beta Was this translation helpful? Give feedback.
Answered by
ZiedHf
Feb 8, 2022
Replies: 1 comment 1 reply
-
Try to implement your own sorting method. And of course null or undefined do not have getTime so that's an expected error. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
robynm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try to implement your own sorting method.
This is an example : https://codesandbox.io/s/react-table-sorting-r8q90
See App.js::109
And of course null or undefined do not have getTime so that's an expected error.