react-movable
react-movable copied to clipboard
🔀 Drag and drop for your React lists and tables. Accessible. Tiny.
There is an error that occurs when you're using a React Portal inside a list item, in my case a Modal from react-bootstrap. When a keyboard event is dispatched inside...
Hi here, Firstly thank you for this library! This PR includes 2 changes. 1. `itemDragged` is exposed to the renderItem function 2. `needle` is exposed to the renderList function as...
I'm having trouble to get scrolling within nested containers to work properly and I hope that you can point me in the right direction. __Description:__ - My layout is created...
Have not had a chance to create a Sandbox yet, but just reporting in case there is a trivial workaround. I have a use case of having a table with...
Getting this error when attempting to drag using a drag handler. ``` { onMoveOperation?.(operations[oldIndex], operations[newIndex]); }} renderList={({ children, props }) => {children}} renderItem={({ value: operation, props, isDragged }) => {...
After a long search for a simple, extensible, reliable, mobile-ready drag-and-drop-list implementation with variable height support - I found this beautiful little project. Only thing really preventing this from being...
In smaller container the autoscrolling logic does not work well. The problem is partially related to `AUTOSCROLL_ACTIVE_OFFSET` hardcoded to `200px` but even the increment logic need some fix. It would...
I have been trying to use onDoubleClick and onClick but those events are not working. do you have a workaround?
I'm wondering if anyone has got it working with react refresh? I'm using Next.js and everything is working with fast refresh except react-movable. Tried with react beautiful dnd and that...
I have a question regarding blank placeholder when you dragged some element. Is it possible to style that blank space? For example my goal is - when user dragged some...