Hi! I am new to using handsontable.
Could someone enlighten me on my problem.
I am using 8.2.
I copied a numeric value from excel file, let’s say 480,000. When i pasted it on handsontable, it displayed 480.
For the format, I used:
Var columns = [
{ type: ‘numeric’, format: ‘0,0’}
];
Thank you in advance.