Skip to content

Data Grid sort by date? #2488

Discussion options

You must be logged in to vote

Hi @azhengtwilio,

Here's a codesandbox showing how you'd do it: https://codesandbox.io/s/sortable-datetime-columns-datagrid-0wvcnm

In general, dates are sortable in JS you just need to make sure the data is an actually Date object. If you look at the constants.tsx file you will see our data is using Date objects. During the render, I use toString() to display the string version, but you can use any native Date functions to display it however you like.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nkrantz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants