-
Notifications
You must be signed in to change notification settings - Fork 841
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
Allow deselecting a sorted column in EuiTable #1113
Labels
Comments
@cjcenizal Here is how we have implemented deselecting sort in the dashboard app with EuiBasicTable. It would be really nice to have native support so we don't have to duplicate this logic everywhere.
|
Just noticed this issue. |
Yep. Let's close it out. Feel free to open if that is not the case. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per elastic/kibana#14687 (comment), we want the ability to display rows inside of a table in the order in which the API provided them.
In terms of UX, I think we can accomplish this by allowing the user to click on a column to cycle through sorting on that column, sorting on that column reversed, and then deselecting it to use the default order of the items.
The text was updated successfully, but these errors were encountered: