Published
Edited
Oct 18, 2021
9 stars
Insert cell
Insert cell
Insert cell
tableWithLocalStorage(data, "LocalStorageTableDemo")
Insert cell
Insert cell
data = {
const response = await fetch(
"https://raw.githubusercontent.com/vega/vega/master/docs/data/cars.json"
);
return response.json();
}
Insert cell
import { tableWithLocalStorage } from "@gnestor/local-storage-table"
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