ng2-dragula
ng2-dragula copied to clipboard
Simple drag and drop with dragula
While dragging we need the user confirmation to drag some from one position to next i.e. do you really want to changes it "Yes" and :"No" If you confirm yes...
I need to add auto-scroll functionality and here is how I used to do before v2 (I followed [this guide](https://github.com/hollowdoor/dom_autoscroller#usage)). // Drag and drop with scroll this.drake = dragula([], {...
**REQUIRED: Before filing a usage question** - [x] My issue title starts with `[usage question]` - [x] I have read the [README](https://github.com/valor-software/ng2-dragula), especially the ['classic blunders' section](https://github.com/valor-software/ng2-dragula#classic-blunders) - [x] I...
**REQUIRED: Before filing a usage question** Change each `[ ]` to `[x]` when you have done it. - [x] My issue title starts with `[usage question]` - [x] I have...
I've opened a question on SO: [My Question regarding this issue](https://stackoverflow.com/questions/53930855/ngx-datatable-integrate-with-dragula-on-columns-instead-of-the-native-ngx-dnd) I'm using angular5 and it's impossible to update it for this moment. Can ng2-dragula be integrated into the ngx-datatable?
Hi. angular universal does not have mock for document yet. How can I use it with server rendering enabled?
**REQUIRED: Before filing a bug report** Change each `[ ]` to `[x]` when you have done it. - [X] My issue title starts with `[bug report]` - [x] I have...
Hello! I want to make a copy draggable item if 'Ctrl' key is pressed on the keyboard. Is there a good way to handle 'Ctrl' key holding during dragging? I've...
I need to drag an element from a list and drop it to another blocks. But where I am stuck is that I need to drop only one element in...