79548191

Date: 2025-04-01 09:23:42
Score: 0.5
Natty:
Report link

To fix this issue you need to change the animation setting to 0 of the sortable instance:

Sortable.create(document.getElementsByClassName('sortable')[0], {
  items: "tr",
  group: '1',
  animation: 0
});

Sortable.create(document.getElementsByClassName('sortable')[1], {
  items: "tr",
  group: '1',
  animation: 0
});

Related issue

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: oelimoe