Trying to figure out how to concatenate values from a handsontable grid, I stumbled upon some code on jsfiddle that caught my eye.
Here is the link:
http://jsfiddle.net/9onuhpn7/4/
The task at hand involves 3 columns A,B,C and an attempt to concatenate them and display the result in the "SUM" column. However, things aren't quite working as expected.
This code was borrowed from someone else, and there's a line if (changes[i][1] === 3) {
that seems crucial but puzzling. Removing it breaks the functionality. Any insights on its purpose would be greatly appreciated.
If anyone can offer some guidance or assistance, it would be much appreciated. Thank you!