7 questions
0
votes
1
answer
195
views
ReactSortable render nested component?
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 ...
1
vote
1
answer
431
views
Lock or disable item in ReactSortable or SortableJS
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 ...
0
votes
3
answers
58
views
If the prop name in the array equals the random name, how can I sort to show them first?
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 ...
0
votes
1
answer
295
views
Is there any way to implement virtualization to react-sortablejs
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 ...
0
votes
1
answer
760
views
How to fix Missing class properties transform with react-sortablejs?
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: ......./...
2
votes
1
answer
398
views
React sortable js is removing bootstrap grid style
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 ...
0
votes
1
answer
142
views
sortablejs not working within SharePoint (webpart)
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 ...