Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nested sortable AngularJS

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!

like image 407
Ned Avatar asked Aug 13 '26 16:08

Ned


1 Answers

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

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

like image 200
Jim Liu Avatar answered Aug 16 '26 12:08

Jim Liu