Drag and drop nested list with stimulus and Rails

I need to do a draggable (drag and drop) nested list with use of stimulus + RoR.

Expected behaviour: When user drops an item (item A) inside another one (Item B) - Item B should became parent item for Item A. Any tips how to approach this?

1 Answer

you can do this with sortable js.

There is also a ready-made Stimulus controller in Stimulus Components that you could get inspiration from.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like