react-trello icon indicating copy to clipboard operation
react-trello copied to clipboard

Disable dragging from one particular lane

Open jyorji opened this issue 3 years ago • 1 comments

Hello there, How can I disable specific lane from where dragging the cards should be disable with this?

jyorji avatar Nov 17 '21 22:11 jyorji

The lane attribute in the data object for a board can accept a droppable key set to false. see https://rcdexta.com/react-trello/?path=/story/drag-n-drop--restrict-lanes for an example.

KaiSpencer avatar Dec 18 '21 23:12 KaiSpencer