Published
Edited
Apr 15, 2021
1 star
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
{
// If a row is selected in the table above, propagate to the select input.
if (selectedFeature) {
viewof feature.value = selectedFeature.id;
viewof feature.dispatchEvent(new Event("input"), {bubbles: true});
}
}
Insert cell
lite = (await import("https://cdn.skypack.dev/caniuse-lite@1")).default
Insert cell
import {Select, Search, Table} from "@observablehq/inputs"
Insert cell
import {Copier} from "@mbostock/copier"
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