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

[EuiBasicTable] Fix sorting bug #453

Merged
merged 1 commit into from
Mar 19, 2018
Merged

[EuiBasicTable] Fix sorting bug #453

merged 1 commit into from
Mar 19, 2018

Conversation

uboness
Copy link
Contributor

@uboness uboness commented Feb 26, 2018

When sorting is not configured on the table, the sortable property on the configured column shouldn't really take effect.

Fixes: #440

@uboness uboness requested a review from timroes February 26, 2018 16:24
@uboness
Copy link
Contributor Author

uboness commented Mar 8, 2018

@timroes can we merge this one?

Copy link
Contributor

@timroes timroes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR does not quite do what it should, since it breaks sorting all together for InMemoryTable.

In the docs you cannot sort the In-Memory Table example anymore, which has sortable columns and the sorting={true} property defined.

@uboness
Copy link
Contributor Author

uboness commented Mar 12, 2018

well... the problem seems to be a bug that was introduced in the meantime in the in-memory table... anyhow... this should work now.

@snide
Copy link
Contributor

snide commented Mar 16, 2018

@timroes do you have a chance to review this one again. Don't want it to get stale.

@snide
Copy link
Contributor

snide commented Mar 19, 2018

Thanks @timroes!

@uboness don't forget a changelog before merging this.

When sorting is not configured on the table, the `sortable` property on the configured column shouldn't really take effect.

Fixes: #440
@uboness uboness merged commit e0604ee into elastic:master Mar 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants