react-trello
react-trello copied to clipboard
Disable dragging from one particular lane
Hello there, How can I disable specific lane from where dragging the cards should be disable with this?
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.