bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data

Home Page:http://bvaughn.github.io/react-virtualized/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jhhwang53 opened this issue · comments

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