react-sortable-tree icon indicating copy to clipboard operation
react-sortable-tree copied to clipboard

Drag-and-drop sortable component for nested data and hierarchies

Results 26 react-sortable-tree issues
Sort by recently updated
recently updated
newest added

I'm having an issue when I attempt to set node height to "auto" Do you have any recommendations? I've been working on resolving this problem for several days. https://github.com/nosferatu500/react-sortable-tree/assets/146112425/f99cae4b-2b97-471c-a003-c44d7804d800

Hi how are you? I'm using "@nosferatu500/react-sortable-tree": "^4.4.0", with react & react-dom version ^18.2.0 TypeError Cannot read properties of null (reading 'scrollToIndex') in node_modules/@nosferatu500/react-sortable-tree/index.js Can you help us with this...

Hi, I'm trying to build my project with `react-sortable-tree` dependency but it ends on error ``` node_modules/@nosferatu500/react-sortable-tree/react-sortable-tree.d.ts:63:21 - error TS2314: Generic type 'VirtuosoProps' requires 2 type argument(s). 63 virtuosoProps?: VirtuosoProps;...

Thank you for this. I've successfully used it in React v18 but I have a problem. I still get this error `Cannot have two HTML5 backends at the same time`...

With the current version of the sortable tree I get this error message: **Expected targetIds to be registered.** when sorting items to the bottom (see the attached gif for the...

# Reporting a Bug? ![image](https://user-images.githubusercontent.com/61808010/234518008-67132111-2fb6-4a0a-af7d-6f2eabcea0f8.png)

# Requesting a Feature? Can NPM react-sortable-tree-theme-full-node-drag be provided

I tried this according to this [doc](https://react-dnd.github.io/react-dnd/docs/backends/touch): ```js import { DndProvider } from 'react-dnd' import { TouchBackend } from 'react-dnd-touch-backend' ``` but didn't work. I realized `SortableTreeWithoutDndContext` renders like `SortableTree`...

Hi @nosferatu500 , there is a issue related to `react-dnd@14`. There is observable delay when I drag and move the node. And also, because the delay happend(I'm not quite sure),...

Hi how are you? I'm using "@nosferatu500/react-sortable-tree": "^4.1.2", with react & react-dom version ^17.0.2 with typescript v~3.8.3. I have the same error with node version 12.13.1 and 16.12.0. ./node_modules/@nosferatu500/react-sortable-tree/index.js SyntaxError:...