petyosi / react-virtuoso

The most powerful virtual list component for React
https://virtuoso.dev
MIT License
5.16k stars 299 forks source link

The table won't render more that 200K records #986

Closed benshabatnoam closed 12 months ago

benshabatnoam commented 12 months ago

Hi, I'm trying to use your table to give my users an infinite scroll behavior.

The problem is that the table won't render more that 200K records (depends on the list items height).

I've forked you sandbox basic example of 100K records and made it 500K records. You'll see that in my forked version the table renders only #143948 records, no more than that...

I think that I've found out why this is happening, as the container div can't get larger than 15978300px, this is the browser limitations.

Is there an advice for that?

Thanks!

petyosi commented 12 months ago

No, there's no advice for that.