Similar to rounding float feature in summation, which we are looking for rounding features cells having formula.
https://docs.handsontable.com/pro/1.13.0/demo-summary-calculations.html#round
Can you give an exact example? We will be able to test it.
Let me know what you would like to get as a display value and the getData() value.
http://jsfiddle.net/kunal_madhukar/gx0roptg/
checkout value in in column A3. I would like to set it to 3 digits afters decimal point.
OK, here is an example http://jsfiddle.net/ps135dfq/
It will be =ROUND(A1/0.87,3)
where 3
is a number of decimal places.
That helped. Thanks a lot.
You’re welcome.
I guess that we can close this topic.