Published
Edited
Oct 28, 2021
3 stars
Insert cell
Insert cell
Insert cell
tableWithFormulae([
{
A: "1",
B: "=A2*5"
},
{
A: "2",
B: "=A3*5"
},
{
A: "3",
B: "=A4*5"
}
])
Insert cell
Insert cell
tableWithCheckbox(cars)
Insert cell
Insert cell
cars = require("@observablehq/cars")
Insert cell
import { tableWithFormulae, tableWithCheckbox } from "@gnestor/table-utilities"
Insert cell
import { table } from "@gnestor/table"
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