Implementing Expansible Columns #1583
Adebesin-Cell
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone 👋,
I'm currently working on enhancing the drag-and-drop functionality in my project. I've successfully implemented the basic drag-and-drop features, and they work great—thanks for such a fantastic library!
I'm looking to add a feature where the columns in my board can dynamically expand to accommodate an item being dragged into them, similar to how columns in a GitHub kanban board adjust. When a column is full, I'd like it to scroll vertically if more items are added beyond the visible area.
Here’s the relevant part of my current implementation:
And the droppable area setup:
You can see a live demo of the current functionality in the video and what I am striving to implement https://kanban-board-blond-nine.vercel.app/.
Screen.Recording.2025-01-05.at.1.49.20.PM.mov
Any suggestions on how I can achieve this expansible column functionality would be greatly appreciated!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions