Skip to content

[Website] Table element has incorrect key listed #9298

@gdumic

Description

@gdumic

The documentation has a typo, the key attribute should be called firstRowAsHeaders and not firstRowAsHeader, which causes validation issues. The example on the mentioned URL mentions the right usage of this key:


{ "type": "AdaptiveCard", "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.5", "body": [ { "type": "Table", "gridStyle": "accent", "firstRowAsHeaders": true, "columns": [ ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions