I'm struggling to solve this issue.
Currently, I have multiple div
elements (each containing some content) that I need to drag and drop horizontally. However, I specifically want them to move in increments of 100px (meaning the left
position should be at 0, 100, 200, etc). Picture a background table with cells that are 100px wide, where you can only place the element in another cell, except there is no actual table structure.
Since I am utilizing Vue, jQuery is not an option for me.