Platform
Resources
Pricing
Sign in
Get started
Spencer
Workspace
Fork
Published
2 collections
By
Spencer
Edited
Apr 17, 2021
Importers
Insert cell
Insert cell
Insert cell
Table
(
data
,
{
columns
:
[
"num"
,
"handle"
,
"title"
,
"level"
,
"versions"
]
,
format
:
{
title
(
t
)
{
return
t
;
}
}
}
)
Insert cell
Insert cell
Insert cell
// only render these columns
formatter
=
(
{
id
,
num
,
title
,
level
,
...
rest
}
)
=>
{
return
{
id
,
num
,
title
,
level
}
}
Insert cell
Insert cell
data
=
fetch
(
datasource
)
.
then
(
res
=>
res
.
json
(
)
)
.
then
(
json
=>
flattenWCAG
(
json
.
principles
)
)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import
{
Table
}
from
"@observablehq/inputs"
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.
Try it for free
Learn more
Fork
View
Export
Listed in...
Web Accessibility
Spencer
100 Days of Web Accessibility
Spencer
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
datasource
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
formatter
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
serializeAsCsv
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
flattenWCAG
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML