About onafterchanges label:question
dgiglio opened this issue · 1 comments
dgiglio commented
Hi to all,
the doc says onafterchanges
is triggered "after all changes are applied in the table". But what delimits all changes?
In other words, I cannot understand the difference between onchanges
and onafterchanges
Thanks in advance.
paulorodalves commented
First the onchange will be called for each cell value changed. In the end, onafterchanges will be called once with an array of information about all cell changed.