marceljuenemann / angular-drag-and-drop-lists

Angular directives for sorting nested lists using the HTML5 Drag & Drop API
MIT License
2.16k stars 713 forks source link

CLARIFICATION: Does it support floating and pushing? #453

Open ShrinivasKattimani opened 6 years ago

ShrinivasKattimani commented 6 years ago

I have a dashboard with 12 widgets, all arranged in 3 columns and 4 rows. All widgets have the same dimension. The user must be able to interchange the position of the widgets by dragging and dropping. i.e. as soon as the user drags a component, it should push the other component to get space. Is this feature available in this library?