I’m using formulas in my table, but they’re not calculated. I’m using Angular and the sum-formula to calculate the sum over twelve months. I tried a recalculation with the functions from the formula-plugin, but it doesn’t work. Are there any other triggers I can try to make them work?
It’s hard for me to extract a small example of our table. We are using NestedRows with NestedHeaders and Formulas. Sorting and Filtering are disabled. After initial load I can see the formulas I define and after collapsing some rows, the formulas get adjusted to the changed row numbers. I can click on the cell with the formula and change something, so the cell shows ‘#ERROR’. After reverting my changes the fomula gets calculated and it shows the right value of the sum. I will try to make an example, but have you any ideas why the formulas are not calculated though?
I managed to create a small exmaple which brings out the main point. In this example I’m using nestedRows, a dataobject with 3 levels and on each level a sum formula to calculate sum over twelve months. As you can see, the first row is calculated, but the others are not.
Admittedly we work on the new formula plugin based on the HypeerFormula engine - https://github.com/handsontable/handsontable/issues/6466 - but I’m not sure that this issue will be resolve.
I suppose that it strictly connected with nestedRows plugin and just like we warn on our docs This plugin is marked as ALPHA version and its API is not stable yet..