angular-multi-select icon indicating copy to clipboard operation
angular-multi-select copied to clipboard

Performance Inquiry

Open deepakkoirala opened this issue 8 years ago • 5 comments

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.

deepakkoirala avatar Jul 14 '17 15:07 deepakkoirala

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.

isteven avatar Jul 14 '17 15:07 isteven

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

lyzs90 avatar Jan 19 '18 13:01 lyzs90

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 avatar Jan 25 '19 08:01 usamakhalil86

@usamakhalil86 https://github.com/JamesWooldridge/angular-multi-select/pull/3

lyzs90 avatar Jan 25 '19 10:01 lyzs90

@usamakhalil86 JamesWooldridge#3

this works for me

miracle-yamibuy avatar Jan 18 '20 03:01 miracle-yamibuy