I pull the data from backend and loadData
on to the table. Then I setDataAtCell (3, 7, '=SUM(H7:H199)')
to calcuate the sum of the column. When the page loads, the formula doesn’t sum up the values in the column and just shows 0.
But the formula starts to sum once I double click the cells and hit enter.
Looks like the hyperformula engine only registers the numbers in the cell once I click and return.