Postlagerkarte / blazor-dragdrop

Easy-to-use Drag and Drop Library for Blazor
MIT License
399 stars 96 forks source link

added support for virtualization #164

Closed vladopandzic closed 1 year ago

vladopandzic commented 1 year ago

With this I added support for Virtualization. It should resolve https://github.com/Postlagerkarte/blazor-dragdrop/issues/163 I needed this since I have list of 300 items which are very slow to render and virtualization it actually works great. Sorting doesn't have any issues with added virtualization.

Postlagerkarte commented 1 year ago

Great job on this pull request!

vladopandzic commented 1 year ago

I am interested when new nugets are released? I also see pipeline is failing for some reason

vladopandzic commented 1 year ago

@Postlagerkarte Please do you have information about the fact when the new nuget packages are released? If it will not happen in the next few weeks, one solution would be to copy source code in my project or manually build nuget and put in my own package source but I wouldn't do that if new release will happen in a reasonable timeframe.

Postlagerkarte commented 1 year ago

Sure, I just published the 2.6.1with you changes right now, thanks again for you work!