Tab navigation stops working when grid exceeds window width

Tags: #<Tag:0x00007efc655e3950>

In my gird, the tab key correctly navigates to the user to the next cell in the grid. However, if I resize my window /change the width of the grid so that a scrollbar appears on the bottom, the tab key stops working when I get to the edge of the windows.

What I am wanting is that the grid will naturally scroll to the right as the user tabs.
I guess I can look into doing this programmatically, using the AfterDocumentKeyDown, looking for “tab” and then resetting selection to next column…but it feels like it should just do this by default?

Am I missing something or do I need to manually code for this?

Hey @mhennessy7

I haven’t had a chance to test such a demo but I would try to set up the https://handsontable.com/docs/7.4.2/Options.html#viewportColumnRenderingOffset and check if that changes anything.

If that won’t help would be be able to share a demo/video?

You can close this, found the issue.

Great, @mhennessy7 thank you for the update