Inputs.table(results, {
format: {
slug: (slug) =>
html`<iframe src="https://ourworldindata.org/grapher/${slug}" loading="lazy" style="width: 100%; height: 400px; border: 0px none;"/>`,
id: (slug) => html`<a href="https://ourworldindata.org/grapher/${slug}">${slug}</a>`
}
})