Published
Edited
Jan 9, 2022
5 stars
Insert cell
Insert cell
Insert cell
Sortable = require('sortablejs@1.14.0/Sortable.min.js')
Insert cell
<ul id="items">
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
<li>item 4</li>
<li>item 5</li>
<li>item 6</li>
</ul>
Insert cell
{
var el = document.getElementById('items');
var sortable = Sortable.create(el);
}
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more