-
Notifications
You must be signed in to change notification settings - Fork 974
Closed
Labels
Description
Fantastic library, thank you. An idea for a potential feature:
A page shows multiple sets of Todos:
TodoList Category A:
- TodoItem A.1
- TodoItem A.2
TodoList Category B:
- TodoItem B.1
- TodoItem B.2
I'd like to be able to:
- Move a TodoItem from Category A to B
- Move the entire TodoList Category B above TodoList Category A
Update: Looks like item 2 is almost working perfectly already. I am only running into a bug where a dragHandle on a TodoItem which is disabled is causing the parent TodoList to get dragged.
twboc, caleblloyd, bkniffler, bebraw, albertogasparin and 2 more