Published
Edited
Oct 20, 2021
1 star
Also listed in…
Tips and Utilities
Insert cell
Insert cell
Insert cell
Insert cell
mutable myArray = ["item one","item two","item three","item four"]
Insert cell
Insert cell
viewof myMessedUpTable = Inputs.table(myArray, {
})
Insert cell
Insert cell
Insert cell
Insert cell
fixedArray = myArray.map((itm,idx,arr)=>{ return {index:idx, item:itm}})
Insert cell
Insert cell
Insert cell
viewof myBetterTable = Inputs.table(fixedArray, {
})
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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