Handsontable Formula column performance issue

Tags: #<Tag:0x00007efc64c44b88>

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.

Hi @viral.mehta

Please consider Formulas as an alpha stage of development plugin. It is NOT recommended to be used on the production.

Please share a demo for the above example and I will check if the issue is associated to any of the issues that we’ve been reported before.

I believe that we can close the topic as there is no demo or reply for a long time now.