akserg / ng2-dnd

Angular 2 Drag-and-Drop without dependencies
MIT License
838 stars 251 forks source link

How to change cursor position while dragging item #281

Open satyavajja opened 5 years ago

satyavajja commented 5 years ago

I want feature request

unable to change cursor pointer position while dragging the item in ng2-dnd

Ex: I want same behavior on how we can change cusrsor position in jqyoui-draggable plgin
Example ( data-jqyoui-options="{cursorAt: { left: 10, top: -15 }, containment: 'parent'}")

What is the motivation / use case for changing the behavior? Need to change cursor pointer position while dragging item. Cursor pointer position always should be outside of the cloned dragged item.

Can you please check the below screenshot for reference.

screenshot

Please tell us about your environment:

Angular version: 7.0.0 Browser: [all]