Hi,
We want to only enable scrolling of handsontable only after the handsontable is selected. Currently, when you scroll down, when you get to the handsontable the handsontable begins to scroll. But we want to disable this when handsontable is not selected, and enable it when handsontlabe is selected.
Is there a way to implement this on the handsontable in this demo?: https://stackblitz.com/edit/react-handsontable-test-collapse-dtkwag?file=index.js
I couldn’t find any issue on disable scrolling other than this issue: How To Disable Scrolling In HandsOnTable?, but I couldn’t find anything helpful in here.
Thanks