react-sortablejs
react-sortablejs copied to clipboard
React bindings for SortableJS
**Describe the bug** A clear and concise description of what the bug is. If it is a nested reactSortable component, I want to put some custom attributes on the component,...
**Describe the bug** I have a series of rows, each of which has a label that shows its current index. Without an `onChange` handler, the controls reorder properly, but the...
I'm a novice, but I want to know why when I move an element, moving to the left of the component will put it in the front, moving to the...
When I want to onMove, different styles will be displayed in turn according to the location of the element. Now we only support inserting in the front and back of...
**Describe the bug** 1. 当前像官方的SortableJS 给的嵌套拖拽示例的时候,之间报错了 期望: 1. 希望官方给出一个嵌套拖拽的示例 2. react-sortablejs 渲染的节点希望能支持原生元素的所有属性,比如dataSet属性等 依赖版本: "sortablejs": "^1.15.2" "react-sortablejs": "^6.1.4", "react": "^18.0.0", "react-dom": "^18.0.0", 报错如下 1:跨组拖拽的 react-sortable.tsx:241 Uncaught TypeError: Cannot convert undefined or...
**Describe the bug** The list prop in the ReactSortable component is being modified by reference. This leads to unexpected behavior when the items in the list are altered, as the...
---
**Describe the bug** Using the dragClass to apply a custom backgroud color on dragging list element, but has no effect. **To Reproduce** Steps to reproduce the behavior: 1. Use the...
Does it will be continued? There was no updates in the last 2yrs. If that's the case, do you recommend some alternatives?
**Describe the bug** describe below information section **To Reproduce** Steps to reproduce the behavior: 1. Go to 'page on list located(not first deps page) and refresh(window.location.reload() or click browser refresh...