Comment by turblety
2 days ago
Nice one!
Coincidentally I worked on a large table renderer too this weekend: https://github.com/markwylde/react-massive-table
I noticed you didn't quite get to a million rows. For me, it cut off at 671088.
Same thing happened when I built my one.
I came across the same thing. In the end I just manual made the rows appear at their absolute position. Seemed to work well.
What browser are you using? Some browsers cut off early due to scroll limitations. I could get Firefox to about 300,000