Table

HTML table with styled headers, alternating rows, horizontal scroll

Surfaces
webmeet-stageemailpdfapps-script-web
Degraded on
SurfaceNote
googlechatHTML tables not supported in Chat cards — use bullet_list or key_value instead
Fields
FieldType
captionstringoptional
headerslist[string]required
rowslist[list[string]]required
Example payload
{
  "type": "table",
  "headers": [
    "Name",
    "Value",
    "Status"
  ],
  "rows": [
    [
      "Example",
      "42",
      "Active"
    ],
    [
      "Another",
      "17",
      "Pending"
    ]
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:table",
  "displayName": "Table",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/table",
  "capabilities": [
    "web",
    "meet-stage",
    "email",
    "pdf",
    "apps-script-web"
  ],
  "description": "HTML table with styled headers, alternating rows, horizontal scroll",
  "representativeQueries": [
    "show a data table with header row on mobile",
    "html table with styled headers, alternating rows, horizontal scroll",
    "render a table"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →