Hi,
I am encountering a problem with using formulas from a large amount of data.
Taking the example “Data grid example” in your documentation (https://handsontable.com/docs/javascript-data-grid/formula-calculation/), but putting 5000 data instead of 100 data in your example, the simple fact of modifying a cell causes a significant freeze of the page.
I even removed the last addition line to avoid a calculation of adding cells from 1 to 5000.
I only want to perform a calculation on a single line, but the amount of data affects performance.
You will find the example here : https://stackblitz.com/edit/la3swe?file=index.ts
Can you help me?
Best regards