patrickkunka / mixitup

A high-performance, dependency-free library for animated filtering, sorting, insertion, removal and more
https://www.kunkalabs.com/mixitup/
4.52k stars 735 forks source link

How to get multi instances of mixitup on same page #562

Closed soulghard closed 4 years ago

soulghard commented 4 years ago

Hi,

index.txt

I tried to set multiple instances of mixitup on the same page based on one of your demo (provided with multifilter extension). I can't manage to get it working. I understand that we have to use the scope in order to do that but it seems it does not works. How can I do that as I have to do it on my project ?

Thanks

soulghard commented 4 years ago

I just get the following exemple (which could be in extension zip ;) https://demos.kunkalabs.com/mixitup/multiple-instances-local-control-scoping/

My controls where not in the container this is why the local scope was not working.