Search large amounts of data

Tags: #<Tag:0x00007f8b28cebcf0>

Hi, I have implemented the Search function as per https://handsontable.com/docs/6.2.2/demo-searching.html1 which has worked.

The problem is my table could have 20000 lines in, and I had to scroll down manually until I found my highlighted, found cell. Is there anyway I can get the found row to automatically be viewed to the user?

Hey @maxine.williams

usually, you can have more than one cell (row) that meets the requirement, so we did not attach any logic to scroll the table. However, there is a method called scrollViewportTo method that you can test.

Thank you very much for that, I’ll use that

1 Like

I am glad that it meets your requirements.