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.
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.