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

No column sorting reset after third click #794

Closed
2 tasks done
TilmannF opened this issue Jan 12, 2021 · 0 comments
Closed
2 tasks done

No column sorting reset after third click #794

TilmannF opened this issue Jan 12, 2021 · 0 comments

Comments

@TilmannF
Copy link

TilmannF commented Jan 12, 2021

Issue Type

  • Bug
  • Question

Specs

Version 2.21.1 @ Chrome/Firefox

Expected Behavior

A known pattern when using tables is a reset of the sorting ("no sorting") after the third click on the column header.
This behaviour should be toggled on & of via parameter.

Actual Behavior

Third click behaves like the first click.

Steps to Reproduce the Problem

  1. Use a remote table with at least one column
  2. Add a listener for @on-sort-change
  3. Click the column header three times
  4. Third click should trigger some kind of "reset"-event

jsfiddle

https://jsfiddle.net/tbpfaovq/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment