Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
195 views

My purpose to implement dragging elements from one list to another, example: Dragging layout2 element (has 2 nested blocks) into editor. Dragging paragraph into the one of two layout blocks. The ...
Maxim Gordiyenko's user avatar
1 vote
1 answer
431 views

Is there a way to lock or disable an item in ReactSortable / SortableJS? I want the last item (input in this case) to not be part of the draggable items. In principle the code looks something like ...
Arno van Oordt's user avatar
0 votes
3 answers
58 views

As I mentioned in the title, I have a parameter that comes from the url and I have an array. If the name of the objects in this array and the parameter match, I want to show them first, then I can ...
Batuhan's user avatar
  • 67
0 votes
1 answer
295 views

I am trying to implement virtualization with react-sortablejs for lists with more than 500 items. I have tried with react-virtuoso, but react-sortablejs wraps the entire react-virtuoso component as a ...
Nameer Muhammad's user avatar
0 votes
1 answer
760 views

In an existing react project I installed react-soratablejs and it worked fine but later when I pulled the repo in some other place and did a npm install I started to get SyntaxError: ......./...
NavinRaj Pandey's user avatar
2 votes
1 answer
398 views

I am building a simple react app and I am trying to implement React Sortable Js to my bootstrap grid style. But When I wrap with <ReactSortable> then grid doesn't remain two boxes side by side ...
Xmas's user avatar
  • 45
0 votes
1 answer
142 views

I have an application where items can be dragged and dropped between two lists. For this I use react-sortablejs (which uses sortablejs). When I start my React application normally (in dev mode or ...
K. D.'s user avatar
  • 4,279