Answers for "how to make item not dragable in react-sortablejs"

0

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
});
Posted by: Guest on May-27-2020

Code answers related to "how to make item not dragable in react-sortablejs"

Code answers related to "Javascript"

Browse Popular Code Answers by Language