I found a bug which causes handsontable to crash when removing a column after inserting a formula.
This are the steps to reproduce it:
- Create a HOT table 20x20 using Hyperformula as engine.
- Add any value to cell
A1 - Add a formula like
=A1to cellD4 - Remove column
Ausing the context menu.
Here is a video demonstration:
And here a sandbox with a basic table:
https://codesandbox.io/p/sandbox/unruffled-fermi-yyq4zz?file=%2Fsrc%2FApp.vue%3A24%2C1
Its probably related to this: Handsontable is a JavaScript data grid that looks and feels like a spreadsheet - Available for React, Angular, and Vue