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

onItemUpdated doesn't return the updated row but the updating one #88

Closed
julmarci opened this issue Aug 11, 2015 · 1 comment
Closed
Labels

Comments

@julmarci
Copy link
Contributor

I was trying to change the row after updating using the onItemUpdated callback and was impossible. Then I saw this in the source code:

this._callEventHandler(this.onItemUpdated, {
row: $updatingRow,
item: updatedItem,
itemIndex: updatingItemIndex,
previousItem: previousItem
});

I guess that $updatingRow means that is not returning the updated row.

@tabalinas tabalinas added the bug label Aug 11, 2015
@tabalinas
Copy link
Owner

Looks like a bug. Thank you for pointing this out!

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