Re-order Form Repeater
Hi! I would like to know if there is any way or any similar component to Form Repeater where besides having the possibility to add/remove items from the list, I could also re order them by drag and dropping them. I' m using Metronic 8 HTML.
Thanks!
Replies (3)
Ok, I see. I believe what is need is a mix of Draggable and Form repeater. Since I need the number of input groups to be dynamically incremented like in Form Repeater, but also the ability to order them. What do you think is the best way to achieve it?
Hi,
You can consider using show/hide callback API https://github.com/DubFriend/jquery.repeater and integrate the Draggable object.
Regards.
Hi,
The formrepeater plugin does not have built in support for dragging functionality.
You can consider using DrDraggable plugin.
Regards