You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
No description provided.
The text was updated successfully, but these errors were encountered: