Derek Gavey

Results 73 comments of Derek Gavey

Absolutely. My goal is once I finish adding the feature I'm working on, I'm going to modernize a lot of the addon, including the usage of the the targets. Unfortunately...

I think I understand what your saying, that instead of the position being updated instantly that you just want the position changes returned at the end. I think in the...

No way currently to do that other than by updating your position attributes manually after the drop has ended, by mapping it to the index of the updated array.

It actually is supported, there is a a separate param you need to set though so the sorting algorithm works properly. You need to pass in useSwap=false. See the [Release...

Ah, ok funny no one requested this before. I'll try and get it in for the next release.

Thanks for the PR, I'll try and take a look tonight

It's a thought for sure, I'll see what I can do to support it. In the mean time to clean up your DOM structure you could pass in a tagName='span'...

thanks @sbsurf for the example, this is pretty much as good as a mixin I think.