Hi all,
Is there any possibility to calculate selected values using Handsontable?
Upd:
I use getSelected() to find selection indexes and then get data from cell to calculate. After that, set calculated value to appropriate cell.
Probably, there is a better way?