Hello
I’m using Handsontable in React application with react-handsontable. And everything works good even with big count of cells. But when i add support of formulas for tables, time of tables response (fore example response for user clicks, or update some data in table) becomes very bad even for small tables (20X20 cells). Sometimes it takes several seconds for update.
Is there some way to fix it?
Thank you.