ISO date format does not work for dateColumn #213
maakle
started this conversation in
Feature requests
Replies: 2 comments 2 replies
-
Hey @mathiasklenk , |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @mathiasklenk , |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the dateColumn like below:
This is the value coming from my database:
remoteCreatedAt: "2022-11-07T10:37:58.000Z"
Instead of showing the date + date picker, it breaks the App with the following error:
How do I fix this without just creating an own DateCell, grabbing the rowData, formatting it and handling it myself? Or anything I am doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions