drag sortable react code example
Example: how to make item not dragable in react-sortablejs
new Sortable(example2Left, {
group: 'shared1', // set both lists to same group
animation: 150
});
new Sortable(example2Right, {
group: 'shared',
animation: 150
});