[GL #123] Errors in calculations on summaries rows (SUM / AVERAGE)

Tags: #<Tag:0x00007efc6b82c120> #<Tag:0x00007efc6b833e48>

Hi Handsontable!

Our customers reports that values averages on Handsontables are not correct. So we went to Handsontable examples:

https://docs.handsontable.com/pro/1.10.2/demo-summary-calculations.html#round

and saw the example bellow:

We need to solve this please!

P.s SUM also not work, concats numbers (example bellow):

http://jsfiddle.net/quf5ka2k/

Best Regards!

DIT

Hi @dit

You would need to define format to get 2.0 instead of 2 in the presented Fiddle http://jsfiddle.net/handsoncode/944vk3t5/. I understand this is the case right?

When it comes to the demo with average it is surely a bug.

here http://jsfiddle.net/handsoncode/62q7ro0s/ (as in your video). I got 296 as a result of average for [8, 8, 8].

Thank you for sharing @dit