cancel
Showing results for 
Search instead for 
Did you mean: 

Detect when a cell is changed in a tableview

Former Member
0 Kudos

Hi,

is it possible to know when a cell in a tableview is modified, for instance, when a user write data into a cell, any event is raised to get the text written or the position of the cell modified? I've seen the events associated to a tableview and no one seems to fit my needs.

Any hint on this topic

thank you very much

Accepted Solutions (0)

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

you need to attach a js event for onchange. (editable table view id will be <tvid>_<rowno>_<colno>)

Former Member
0 Kudos

thank you for the information Durairaj, but I'm not very sure of how to do this. Could you give any example on this topic?