I found major performance issue while creating dynamic Formula column (Chrome is getting wait message) , while creating greater than 1 formula column in handsontable ,it has 2000 rows and 10 columns. i am using updatesetting
hot.updateSettings({
data: data,
colHeaders: colheaders
});
OR
hot.loadData(JSON.parse(JSON.stringify(data)));
By using above either command hang the browser even in chrome
Can you please give me guidance for this as this is creating showstoppers issue for us.