Hello,
I want to use handsontable combined with hyperformula to automatically perform some calculations when data are loaded. I decided to split my table in two to enable saving the data in a JSON file: the left side to fill in data and the right side for formulas.
My issue is that the columns overlap when I scroll vertically on my page after loading data. This issue only appears when I have more than one handsontable on my page.
Here is a simple example that reproduces my problem on JSFiddle: https://jsfiddle.net/agnesb/4zhcd851/28/
I can’t find what I’m doing wrong, I hope someone will find a solution.
Thanks in advance.