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

Is there a way to know the new value right after the cell was edited? #122

Open
ghost opened this issue Oct 5, 2016 · 1 comment
Open

Comments

@ghost
Copy link

ghost commented Oct 5, 2016

No description provided.

@dhrytsenko
Copy link

Hi! Yes, you can use official documentation for this.
You need to add set function to data-source object (I think you added it already) and inside it function call another like updateFunction(item._id, property, value) and send few attributes to it (id, changed prop and new value).
This function updateFunction must return Promise and you can catch the changed property and value in it.

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

No branches or pull requests

1 participant