Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Search implementation shown as official by the corresponding sample is very slow #15498

Open
ChronosSF opened this issue Mar 11, 2025 · 0 comments

Comments

@ChronosSF
Copy link
Member

ChronosSF commented Mar 11, 2025

Description

Logging the issue here as this is likely caused by performance issues in the find method.

Searching in big grids is very slow and not competitive to other implementations from competitors

  • igniteui-angular version: latest
  • browser: n/a

Steps to reproduce

  1. Open the attached sample
  2. Try to type "Payton" in both grids

Result

The competitor's grid search is a lot faster and the implementation doesn't block typing in the search box

Expected result

Both searches should be comparatively similar in performance. The implementation we show for a search box should be improved so that it doesn't trigger search on each keydown so that it doesn't kick finds regardless of the frequency of the keypresses.

Attachments

angular-19-grid-comaprisson.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant