Hi, Is there any event in hot-table (for Anglar 1 or Angular JS) which occurs when any cell value is changed either by typing or pasting the value. I tried “afterChange” but it seems to be for other purpose.
Thank you for contacting us. The afterChange hook is made for this purpose. I modified your example: https://jsfiddle.net/handsoncode/j4sku3w1/ It will register and log any change within the table. You can see the following informations logged: row, prop, oldVal, newVal