Capture formula change while insert/delete columns

Tags: #<Tag:0x00007f51bf120b98> #<Tag:0x00007f51bf120a58>

I am implementing an insert/delete feature for columns and rows in Handsontable. When performing these operations, cells with formulas that depend on the affected columns are updated. However, even though the formulas themselves are updated, if the resulting values do not change, the cell-change or afterFormulasValuesUpdate events are not triggered. Is there a hook or method available that can help track changes in formulas even when the cell values remain the same?

Hi @srioviyanp

I think that in this case method getData() should work as it reads real time data changes. Let me know if that helps with your case.

Hi @srioviyanp

Can we call it solved?