react-grid
react-grid copied to clipboard
Fixes issue where rendered rows refs start and end keys can get out of r...
...ange
In some cases where viewport size for canvas is dynamic the ref index for rendered rows does not match the assumed values for the setScrollLeft method. Iterating over the object keys to obtain a handle on the refs independent of the current row length fixes this issue.