petyosi / react-virtuoso

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

Retrieve visible rows? #174

Closed FezVrasta closed 4 years ago

FezVrasta commented 4 years ago

Hi, I'd need a way to retrieve the visible rows rather than the rendered ones (so, I'd need to exclude the overscan).

I can't seem to find any API to do that, may you help me please?

petyosi commented 4 years ago

Hey,

Check https://github.com/petyosi/react-virtuoso/issues/118 for details and potential workaround.

FezVrasta commented 4 years ago

Great thanks!