sanger/sequencescape

View on GitHub
app/frontend/entrypoints/cherrypick.js

Summary

Maintainability
A
0 mins
Test Coverage
import Sortable from "sortablejs";

document.querySelectorAll("table.plate tbody tr").forEach((tr) => {
  Sortable.create(tr, { group: "wells" });
});