How to make reorderable list containing accordions to hide some list elements

Let’s say you want to have accordions containing lists and you want to reorder by dragging an item from one list to another. How do you use ionic components to achieve this? Can you drag to an unexpanded list and have it expand automatically? What about reordering from a nested lists to the outer list?

GitHub nested list antidemo

I got word from Ionic’s Jameson Taylor. He said that reorder is intended for single lists.

He also said:
“If you wanted something that has a more generic drag and drop functionality you might look at a package like Dragula (link) or consider implementing your own (link).”