Hi Team,
I am using angular in my project.
I am using Column summary in the settings as follows
columnSummary : [ {
destinationColumn: 0,
destinationRow: 0,
type: ‘sum’
}]
For the first time it is getting applied correctly. But as soon as the data of the table is changed and then If I render the hottable by using hotTable.render(), Column Summary is not getting applied automatically. Could you please look into this issue in priority.