Вопрос

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!

Это было полезно?

Решение

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

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top