jspreadsheet/ce

About onafterchanges label:question

dgiglio opened this issue · 1 comments

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.

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.