observablehq / framework

A static site generator for data apps, dashboards, reports, and more. Observable Framework combines JavaScript on the front-end for interactive graphics with any language on the back-end for data analysis.
https://observablehq.com/framework/
ISC License
2.58k stars 125 forks source link

removes the selection UI on sql code block displays #1740

Closed Fil closed 1 month ago

Fil commented 1 month ago

Removes the selection column UI on the displayed result of a sql code block, since this interaction is not operational.

In the case of a named block, we could imagine reenabling it if it would drive changes to the values passed to id; but it's not the case at the moment (and I'm not sure it would be the best UX anyway).