AFter enabling Multi_mode and and Drag and Drop, you can change the sequence (order) of the cells.
I would like the Accordion to have “updateSort” feature. This would cause the forEachItem to return the items based on their new sort order.
Example: If the accordion had three cells called A B C, and I moved The C cell to the topmost cell and then called “updateSort”
The forEachItem would return the cells in the order C A B