You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
New
should show the most recent datesNew-Old
-> 2020, 2010, 2000Old
should show the farthest back datesOld-New
-> 2000, 2010, 2020Screenshots of current behavior:
cc: @kertal
The text was updated successfully, but these errors were encountered: