Skip to main content
The Table tab displays query results as rows/columns when the query returns tabular data. Table view

When it appears

The Table tab is enabled when the current query produced graph.Data (i.e., non-empty tabular results).

Features

  • Automatic header extraction (union of keys across returned rows).
  • Table UI capabilities provided by the shared Table component:
    • Search
    • Expand/collapse nested values (when applicable)
    • Scroll position persistence within the session

Export to CSV

Click Export to download the current table results as a CSV file. Notes:
  • Complex values (objects) are serialized as JSON.
  • The output filename includes the graph ID (e.g., <graph>_table_export.csv).

Frequently Asked Questions

The Table tab is enabled when your query returns tabular data (non-empty graph.Data results). If the query only returns graph elements without tabular output, the tab may be disabled.
Click the Export button in the Table view to download the current results as a CSV file. The filename includes the graph ID (e.g., mygraph_table_export.csv).
Complex values such as objects are serialized as JSON in both the table display and the CSV export.
Yes. The Table view includes a search feature that lets you filter through the displayed rows.