closure_tree icon indicating copy to clipboard operation
closure_tree copied to clipboard

easiest way to move element within list?

Open krtschmr opened this issue 4 years ago • 3 comments

having elements with position 0,1,2,3,4,5 and item 5 gets and update to be position 0. there seem to be no automatic reordering, leaving the list with 0,0,1,2,3,4.

what's the most efficient way to do this?

krtschmr avatar Sep 17 '21 13:09 krtschmr

acts as list gem for example.

seuros avatar Sep 17 '21 16:09 seuros

for reasons, we migrated from AAL to closure_tree. is there any plan to add such a feature?

krtschmr avatar Sep 17 '21 16:09 krtschmr

AAL and closure_tree have different usage. I use them both in the same model to have list and tree capability.

Can you describe more what you trying to achieve ?

seuros avatar Sep 18 '21 18:09 seuros