marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

working with long list #511

Open sr206 opened 4 years ago

sr206 commented 4 years ago

I am trying to use the library to create a nested list. The drag/drop works good for smaller list. But as the list grew to 200+ items. The drag has a considerable lag as the item is moved over the list. How can I optimize it?