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:


cc: @kertal
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, 2000New-Old-> 2000, 2010, 2020Desired State
Newshould show the most recent datesNew-Old-> 2020, 2010, 2000Oldshould show the farthest back datesOld-New-> 2000, 2010, 2020Screenshots of current behavior:

cc: @kertal