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
I would like to do dragging without collapse. However control the collapse/expand within the item inside the list. To do the collapse/expand, I think I can embed react-bootstrap Panel into each of the list item, and manually expand/collapse each of the item. But can you let me know how to prevent react-draggable-list from collapse when dragging/expand when releasing?
I think I got part of the answer. getDragHeight = null will prevent it from collapsing when dragging. Now my question is that is it possible to change item height by expand/collapse (items) manually?
thank you.
The text was updated successfully, but these errors were encountered:
I would like to do dragging without collapse. However control the collapse/expand within the item inside the list. To do the collapse/expand, I think I can embed react-bootstrap Panel into each of the list item, and manually expand/collapse each of the item. But can you let me know how to prevent react-draggable-list from collapse when dragging/expand when releasing?
I think I got part of the answer. getDragHeight = null will prevent it from collapsing when dragging. Now my question is that is it possible to change item height by expand/collapse (items) manually?
thank you.
The text was updated successfully, but these errors were encountered: