onChange > track cell changes #141
Replies: 2 comments
-
Hey @joanvf , and thx for your interest! Things to consider:
|
Beta Was this translation helpful? Give feedback.
-
Hi Nick, I was thinking something similar to the current onFocus/onBlur callbacks, that provide a cell (or an array of cells if needed). |
Beta Was this translation helpful? Give feedback.
-
Hi,
Just started using the component after migrating from react-virtualized and it's great, congrats for building this. There is something I'm missing, though, and wanted to share the suggestion. It would be great if the onChange callback gave information on the specific cells that have changed (row+column). Many times we persist cells individually, similar to Google Sheets. Currently we have to compare all row values to identify those that have changed. Since editing is performed at cell level, it could make sense to have callbacks at cell level too, rather than full rows.
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions