Hi,
I have added working global search functionality on entire handsontable in my Angular App. However it is causing slowdown/crashing page on large dataset (error was found with data around 7000 rows… and in our app rowscount can be much more than this).
So can we expect this to be fixed if we reduce the search on 2 or 3 columns instead of entire handsontable columns (currently I have 30 columns) ? If yes, can you please provide example of the same ?
I have attached below screenshot of my global search functionality:
I have also gone through below topics, but not found useful.
Is there any way to restrict the search plugin to 2-3 columns only and will it help to fix above issues ?