In this example, https://jsfiddle.net/handsoncode/7ahrn89z/1, double-clicking on column C shows “=B1+10”. But is it possible to show the actual value itself which is “12” instead of formula?
I am setting the formula dynamically to a set of columns using the setDataAtCell method, but after the table has rendered on double click I want the actual value to be shown in the cell instead of formula. Is there any way to achieve this?
Thanks in Advance.