-
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
Remove Row duplicates last row when table display is sorted by column #1072
Comments
Adding a call to sort() in afterRemoveRow will cause the troublesome row to be emptied, however, that leaves a blank row in the table. |
The jsFiddle link you provided does not work |
This is just the sortable example with the generated row count reduced to 5.
Result: Cell A00 shows twice at the bottom of the list |
Hello, I still can produce this error, I use
Do you have any idea how it is possible to get rid of this bug? |
Could you provide some more details on how to reproduce the error?
|
Yes, of course, my pleasure. Here how I did it.
function getData() {
|
This is fixed now in 0.10.1. Could you please try again? |
cool, yes it is. Thanks. |
Steps to replicate:
Expected Result:
First displayed row should be removed. Table should be shorter by one row.
Actual Result:
Selected row is removed, but the last displayed row in the table (the original first row) is visually duplicated. It is not duplicated in the data, only the display.
I can replicate this consistently with a copy of the sorting example. Reduce the generated rows to less than 10 to make the issue more visible:
http://jsfiddle.net/api/post/library/pure/#&togetherjs=Hlh75kFAVf
The text was updated successfully, but these errors were encountered: