Hi!
I have a datagrid with multiple formulas referring multiple cells, I need to generate SQL query for every updated cell, no matter how it’s been updated:
- manual input or copy/paste
- formulas calculated results
Up until now I tried to use hooks:
- afterChange: gives me the cells updated manually
- afterFormulasValuesUpdate: gives me all cells on the initial load and the calculated formulas after first init
But I’d like to get all cells update with “afterChange” including formula calculated results
Or maybe from the hotInstance there is a plugin/method to get all updated values??
Thanks beforehand
Kindly
Jose