I'm trying to drag multiple items from row those are next to each other and drop to another row and refill the place with the items on which the other items are dropped using ng2-dragula, I'm getting result of dragging items to another row but after dragging the item, its place remains empty. Please help me sort this issue or guide me how to achieve this task using angular 2 ng2-dragula or is there any other option to achieve this.
I think you can't swap rows in this scenario. You have set the limit for days as 15 so, when you swap within the rows its perfectly alright. But when you try to swap row values it's breaking the condition for days Therefore rather than swapping the item get reduced at one end. As far I know you can either swap values within the rows or swap rows, can't do both. If you have any issues or doubt let me know.