Would it be possible to prevent scrolling unless its being done by the scroll bar?
Prevent Scrolling unless with bar
Hi @mariothomas
Handsontable don’t have any API that would let you disable only mouse scroll. It would also be tricky to achieve something like this with JS or CSS as most often method is to set overflow: hidden
on a main container, but that automatically hide the scrollbars too.