bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data
http://bvaughn.github.io/react-virtualized/
MIT License
26.31k stars 3.05k forks source link

Fix MultiGrid index overflow #1702

Closed BigBugaboo closed 2 years ago

BigBugaboo commented 2 years ago

I found that _renderBottomLeftGrid and _renderBottomRightGrid rowCount are different。When they use the same function, because the length is different, it will cause overflow.

Thanks for contributing to react-virtualized!

Before submitting a pull request, please complete the following checklist:

Here is a short checklist of additional things to keep in mind before submitting: