silevis / reactgrid

Add spreadsheet-like behavior to your React app
https://reactgrid.com
MIT License
1.2k stars 131 forks source link

Ctrl+f doesn't see cells below the scroll. #417

Open JakubAC opened 2 months ago

JakubAC commented 2 months ago

Hi Team, I'm not sure is it a bug, but crtl+f doesn't work as I would expect. When I display a big spreadsheet (like 1000 rows) browser's find feature doesn't see entire content. To make it works I need to scroll down the page to the place where the expected text is. I have tested this only via Chrome browser. Could you advice how to fix it?

Thanks, Jakub

MichaelMatejko commented 2 months ago

Hej Kuba!

For performance reasons we have used virtual scrolling. That means that the rows, which aren't visible aren't also rendered. That's why your browser doesn't find the data.

We have disabled this feature in version 5. Do you want to test it? Check out the v5 dev branch

Mike

JakubAC commented 2 months ago

Hi Mike, Thanks for your answer! Its good to hear you are going to change it. Unfortunately I won't be able to run dev version in my project. Do you know the approximate release date?

Thanks, Jakub

MichaelMatejko commented 3 weeks ago

v5-alpha will be available tomorrow.