Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EuiDataGrid] Date Sort Order is Reversed #4712

Closed
jeffvestal opened this issue Apr 14, 2021 · 0 comments · Fixed by #4733
Closed

[EuiDataGrid] Date Sort Order is Reversed #4712

jeffvestal opened this issue Apr 14, 2021 · 0 comments · Fixed by #4733

Comments

@jeffvestal
Copy link

In the EuiDataGrid in Discover, when you sort by a date field, the order is reversed from what the buttons show.

Currently when sorting by date:
sort selection button -> viewing rows in Kibana from top to bottom of the screen
Old-New -> 2020, 2010, 2000
New-Old -> 2000, 2010, 2020

Desired State
New should show the most recent dates
New-Old -> 2020, 2010, 2000

Old should show the farthest back dates
Old-New -> 2000, 2010, 2020

Screenshots of current behavior:
Screen Shot 2021-04-13 at 9 27 22 AM

Screen Shot 2021-04-13 at 9 26 48 AM

cc: @kertal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants