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

Sorting issues in InMemoryTable #440

Closed
timroes opened this issue Feb 23, 2018 · 1 comment
Closed

Sorting issues in InMemoryTable #440

timroes opened this issue Feb 23, 2018 · 1 comment
Labels

Comments

@timroes
Copy link
Contributor

timroes commented Feb 23, 2018

When using InMemoryTable with columns, that have configured a sortable: true but don't enable sortable on the table component, the columns will still be kind of sortable. You can click once on the title, and it will sort the table ascending for this column, but don't show an arrow beside the column header and will also not allow clicking again to sort it descending.

@timroes timroes added the bug label Feb 23, 2018
@uboness
Copy link
Contributor

uboness commented Feb 23, 2018

hehe.. interesting... sounds like a bug indeed

uboness added a commit that referenced this issue Mar 19, 2018
When sorting is not configured on the table, the `sortable` property on the configured column shouldn't really take effect.

Fixes: #440
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants