Hi,
I have a tableview which has some columns can be edited.After user updated the content in cells, I want to get the index of row which has updated content. So how can I get it?
P.S: I just want to get the updated rows' index. I don't want to loop every row and check if it was updated.
Thanks in advance!