react-grid icon indicating copy to clipboard operation
react-grid copied to clipboard

Fixes issue where rendered rows refs start and end keys can get out of r...

Open lleighton opened this issue 10 years ago • 0 comments

...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.

lleighton avatar Feb 22 '15 21:02 lleighton