Hi,
I am using React handsontable in my project where we need Column summary & below is my settings.
columnSummary : [ {
destinationColumn: 1,
destinationRow: 5,
type: ‘sum’
}]
For the first time it is getting correct sum with columns values. But as soon as the data of the table is changed Column Summary is not properly calculating sum of all values from column. Could you please look into this issue in priority.