Drag Drop with extjs

I want to implement a drag and drop interface using extjs, which should look exactly like http://jqueryui.com/demos/sortable/#placeholder .

+4
source share
1 answer

try to implement using the portal layout.

chkek this

refer example

+2
source

Source: https://habr.com/ru/post/1384888/


All Articles