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

Sortable property ignored if no field is set for EuiTable #2012

Closed
chrisronline opened this issue Jun 7, 2019 · 0 comments · Fixed by #2044
Closed

Sortable property ignored if no field is set for EuiTable #2012

chrisronline opened this issue Jun 7, 2019 · 0 comments · Fixed by #2044
Assignees

Comments

@chrisronline
Copy link
Contributor

It appears that if you do not set a field property on a EUI table column, the column is not sortable at all.

This seems like a bug to me because a valid use case for not setting a field property is for computed columns. In this use case, the sortable prop supports a function callback so you can easily recompute the same value in the callback.

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 a pull request may close this issue.

2 participants