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
{{ message }}
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.
is it possible to get the row number? this works great: obj[0].firstName='MARK'; // triggers alert with property, oldvalue and newvalue
Is there any way to determine the changed row number, or perhaps the id value?
also, is there any way to watch for inserts and deletes?
thank you very much.
The text was updated successfully, but these errors were encountered:
I need to be able to do this too. Writing var index = list.indexOf(this); always returns a value of -1 for index and { get: [Function] } for this. Am I missing something? Can can I tell the index of the object that was changed in when watching an array of objects?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hello -
if i were using an array of objects like this:
is it possible to get the row number? this works great:
obj[0].firstName='MARK'; // triggers alert with property, oldvalue and newvalue
Is there any way to determine the changed row number, or perhaps the id value?
also, is there any way to watch for inserts and deletes?
thank you very much.
The text was updated successfully, but these errors were encountered: