SortableJS / Sortable

Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.
https://sortablejs.github.io/Sortable/
MIT License
29.77k stars 3.71k forks source link

[feature] Horizontal auto-scroll between shared lists(in a group) #2281

Open taha-moghaddam opened 1 year ago

taha-moghaddam commented 1 year ago

I want to make a kanban board which having multiple column in each column list of cards and I want to be able to move cards between columns or sort in an specific column. All things works good. But how can I implement autoscroll for when I want to move a card from one column to another horizontally while I need horizontal scrolling? Assume my card is in first column on most left side of screen and my destination is last column which is out of view port on most right side and I need auto scroll. Now auto scrolling in a list vertically works well.

Consinder I am not using any JS frameworks like react, vue, etc and I use pure JS and CDN version of SortableJS.

hardik-vek commented 1 year ago

hi @taha-moghaddam I want to implement the same horizontal scrolling functionality in my kanban board so have you found any solution for this?