Check out demo http://jsfiddle.net/kunalkk15/czfr6w4n/
Observe the value for cell C2. Formula in the cell is not getting evaluated.
What peculiar about this?
Formula in C2 having operand cell which is formula itself, and its in the next row.
Issue in evaluating nested formula
Hi @kunal.wit
the data in Handsontable is loaded from the top to the bottom. In this case it means that we want a value from a cell that hasn’t been rendered yet. If you pass the formula after initialization it works as expected (the value is already accessible).
Demo http://jsfiddle.net/handsoncode/9j5cq84t/