Frage

I want to create nested sortable lists using AngularJS. I'm not sure that there is existing solution out there. I tried using https://github.com/mostr/angular-ui-multi-sortable, and it works fine, but unfortunately, seems like it doesn't accept nested lists.

What I actually need is to have like multiple baskets, where I can reorder these baskets, and also drag/drop products from baskets (from one basket to another).

Does anyone have idea/solution how to work with this?

Thanks!

War es hilfreich?

Lösung

I've just written an angularjs ui component for this.

Try this one: https://github.com/JimLiu/Angular-NestedSortable

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top