angular-multi-select
angular-multi-select copied to clipboard
Performance Inquiry
Hi There,
I was using similar angular js multi select but I am having issues with records more than 1000 items. It is pretty slow.
I want to know how many items will this plugin support before I start integrating with my application ? That would help a lot.
Hi,
I don't have the exact number, but indeed some users mentioned performance degradation on thousands of records.
If you want, you can get the first release, which doesn't have much of the v4.0.0 features but should be faster.
If it still doesn't help, I'm afraid you'll have to find other multi-select alternatives.
I was taking a performance hit on scripting with about 400 items. I modified this directive to use an infinite scroll and managed to speed up by quite a bit. Give it a try and see if it scales well
I was taking a performance hit on scripting with about 400 items. I modified this directive to use an infinite scroll and managed to speed up by quite a bit. Give it a try and see if it scales well
Do you have source code for Infinite scroll?
@usamakhalil86 https://github.com/JamesWooldridge/angular-multi-select/pull/3