-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Column sort invoked after second cell edit #1020
Comments
I agree that it behaves strangely, but I am not sure if this bug is related to |
…f them have sorting enabled and others not.
The problem was indeed lying in columnSorting plugin. I've managed to fix it. My changes will be released in version 0.9.17. Thanks for reporting it. |
Thanks for actively watching the community! Great work 👍 |
Conflicts: test/jasmine/spec/plugins/columnSortingSpec.js
Fixed in version 0.9.17. Please, upgrade and confirm. |
Hello,
Please see attached fiddle. When you create a second HOT in the afterChange callback, the first HOT's column sorting is invoked again (after a second edit).
Steps to reproduce bug:
#1: Start fiddle
#2: Sort Column B (ascending or descending, does not matter)
#3: Enter any number in any cell, press enter.
#4: Enter any number in cell below last entered cell, press enter
Problem:
The handsontable applies column sorting again even though it was
not specifically invoked!
Fiddle: http://jsfiddle.net/jaEAu/
The text was updated successfully, but these errors were encountered: