You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| draggable | boolean | Makes all cards in the lanes draggable. Default: false |
77
+
| collapsibleLanes | boolean | Make the lanes with cards collapsible. Default: false |
76
78
| editable | boolean | Makes the entire board editable. Allow cards to be added or deleted Default: false |
77
79
| handleDragStart | function | Callback function triggered when card drag is started: `handleDragStart(cardId, laneId)`|
78
80
| handleDragEnd | function | Callback function triggered when card drag ends: `handleDragEnd(cardId, sourceLaneId, targetLaneId, position)`|
@@ -201,7 +203,7 @@ Check out the [editable board story](https://rcdexta.github.io/react-trello/?sel
201
203
* Rewrite the drag-n-drop functionality to support moving cards to a specific position within a lane or to a different lane. Ability to re-arrange lanes
202
204
* the prop `onDataChange` is a catch all callback that returns the entire board data when anything changes on the board. Micro-events like when a card is added or re-arranged should be possible too
203
205
204
-
Check the Milestones for this project to track when the above features will be implemented.
206
+
Check the Milestones for this project to track when the above features will be implemented.
0 commit comments