bvaughn / react-virtualized

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

[Question] What are the criteria for determining the number of rows in a list? #1813

Closed jhhwang53 closed 1 year ago

jhhwang53 commented 1 year ago

This is a question, not an issue. On what basis is the number of rows to be rendered in rowRenderer calculated? The number of 'ReactVirtualizedGridinnerScrollContainer' child divs is changing every time I resize. I was wondering on what basis this is calculated exactly.