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
Uh oh!
There was an error while loading. Please reload this page.
-
Feature request:
Ability to track cell changes in a similar way rows are tracked.
The Problem:
The
onChangehandler 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