Issue calculating the column to render

Tags: #<Tag:0x00007f8b19df1d48>

When calculating the column to render it appears to be corrupted.
Please check the code 566 at https://github.com/handsontable/handsontable/blob/master/src/tableView.js
I think it should be

calc.startColumn = Math.max(calc.startColumn - offset, 0);

Hey @NguyenDuc

please share the scenario that made you look for this part of the code. We are currently working on the rendering engine so this line of the code might be already changed.

I guess that we can close the topic as there’s no response.