Relative Content

Tag Archive for reactjsreact-beautiful-dnd

Autoscroll with hellopangea / react-beautiful-dnd nested lists

I’m looking to recreate something like this (https://dnd.hellopangea.com/iframe.html?args=&globals=backgrounds.grid:!false&id=examples-board–scrollable-columns&viewMode=story) wherein there’s a vertically-scrollable list of horizontally-scrollable lists, and the outer lists can be reordered and the tasks within the lists can be dragged both within their original list and to other lists. I’m able to achieve that, but I’m not able to have the outermost container scroll when a task is being dragged from one horizontal list to another.

react-beautiful-dnd, how to prevent visual changes in indices

react-beautiful-dnd, how to prevent visual changes to indexes. I have two columns and when I take an object in one specific column, I don’t want to visually see the displacement of other objects when moving it along this column, I only want to move it to the second one.