Chart: Table
The Chart: Table widget renders a data query as a simple HTML table – one row per result row, columns drawn from whatever the query selects. It's the right choice when you want raw values rather than a visualization.
For more control over column layout, formatting, conditional styling, and inline rendering, use the Sheet widget instead.
Configuration
| Field | Description |
|---|---|
| Run this data query | A data query returning the rows and columns to render. |
| Cache | Number of seconds to cache the query results before refetching. |