Urgent question: cannot scroll if my cursor is over cell, but if on headers can scroll

HI,

This is an urgent question. We cannot scroll if our mouse is over on any cell, but if we move our mouse on a row or column header, we can scroll.

We are using React wrapper for the HandsOnTable.

Need your immediate response. Thank you!

Hi @hugh

I’m trying to reproduce your issue but without success.

As you can see in below demos I might scroll if the cursor is over cells:
simple - https://jsfiddle.net/qx94sLp1
with Redux - https://jsfiddle.net/zmvdqac8/
custom renderer as a component - https://codesandbox.io/s/declaring-a-custom-renderer-as-a-component-ojqpr
custom renderer with React Context - https://codesandbox.io/s/using-the-renderer-component-with-reacts-context-or6vx

So can you attach a demo where we can reproduce the issue?

HI,

Thank you for your response. It was resolved already. The issue was a duplicate ‘overflow’ in the container.

Thank you!