reactive-drag-drop
Reactive icon

Reactive Drag & Drop & Sort

Stable version 1.2.2 (Compatible with OutSystems 11)
Uploaded
 on 28 October 2022
 by 
4.3
 (3 ratings)
reactive-drag-drop

Reactive Drag & Drop & Sort

Details
Drag and Drop and Sort for Reactive Web
Read more

Reactive Drag and Drop and Sort using jQuery, jQuery UI, and jQuery UI Touch Punch library.

Complete with event and token passing from draggable to droppable.

Please see screenshots and included sample app.


Notes for dragging List Item:


List Group naturally had "overflow: hidden" style.
So if you drag list item outside of it's list group, it will be invisible/hidden.
Please apply this in the css section of the screen you want to drag list item:

.list.list-group {
    overflow: visible !important;
}


Notes for Sortable List with ConnectWith option:


To be able to connect sortable to empty List, you must set min-height for that List.

So any draggable from other sortable can be dropped into that List.


Example:

min-height: 100px;


I made/ported this from jQuery Drag Drop Sort Traditional Web Forge Plugin.

Because I cannot found reactive version that suits my needs.


I accept small donation via paypal: harlins@gmail.com

Release notes (1.2.2)

Removed dependency to Deprecated Outsystems UI's jQuery, and use own jquery.min.js

Reviews (3)
by 
2024-08-18
in version 1.2.2
I have tried the Sortable control, and it worked with no problems at all, both on PC and on the mobile. I think this should be part of Outsystems UI.
by 
2023-03-06
in version 1.2.2
Works a little bit weird with the scroll pushed down.
by 
2022-08-18
in version 1.2.1
Good and with the example, it is easy to use.
I'm currently trying to use a "enable" flag to disable the feature if the user doesn`t have access.
Team
Other assets in this category