Track Cell changes #279
hussamkhatib
started this conversation in
Feature requests
Replies: 1 comment
-
You can listen to the onFocus event and store which cell is beeing edited. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature request:
Ability to track cell changes in a similar way rows are tracked.
The Problem:
The
onChange
handler callback is not usefull here since it only has the newValue and indexes, which is not enough to tell which cell changed.solution:
return the columns that are being updated as part of the onChange handler.
Beta Was this translation helpful? Give feedback.
All reactions