Datatables row change - not cell change

Datatables row change - not cell change

Godrules500Godrules500 Posts: 25Questions: 13Answers: 0

I am using the API and have created a custom editable table. What I need now is, an event that let's me know when the row changes. I've used Data Tables blur events (even keytable), but it notifies me when each cell changes. Is there a way around this?

Or better yet, is there a way to, in the blur event, to get the row index of the next row? If so, I can compare it in the blur event and save my changes when the previous row number doesn't match the next row number. (If changes have been made inside the row, when they leave that row, I am wanting to save the changes.)

This discussion has been closed.