The Search implementation shown as official by the corresponding sample is very slow #15498
Labels
🐛 bug
Any issue that describes a bug
📈 enhancement
🔥 severity: high
grid: global-search
grid: performance
🆕 status: new
🏃 priority: high
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
Steps to reproduce
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
find
s regardless of the frequency of the keypresses.Attachments
angular-19-grid-comaprisson.zip
The text was updated successfully, but these errors were encountered: