HTML table with styled headers, alternating rows, horizontal scroll
| Surface | Note |
|---|---|
| googlechat | HTML tables not supported in Chat cards — use bullet_list or key_value instead |
| Field | Type | |
|---|---|---|
| caption | string | optional |
| headers | list[string] | required |
| rows | list[list[string]] | required |
{
"type": "table",
"headers": [
"Name",
"Value",
"Status"
],
"rows": [
[
"Example",
"42",
"Active"
],
[
"Another",
"17",
"Pending"
]
]
}
{
"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"
]
}
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 →