Table

Cell

Example:

Config:

{
  "tableData": {
    "tableId": "Header",
    "rows": [
      {
        "Header": "Cell"
      }
    ]
  }
}

Cell

Example:

Config:

{
  "tableData": {
    "tableId": "Header",
    "rows": [
      {
        "Header": "Cell",
        "Header1": "Cell",
        "Header2": "Cell",
        "Header3": "Cell1"
      }
    ]
  }
}

download

Example:

Config:

{
  "tableData": {
    "tableId": "Header",
    "rows": [
      {
        "Header": "Cell1",
        "Header1": "Cell2",
        "Header2": "Cell3",
        "Header3": {
          "valueOne": "value 1",
          "valueTwo": "value 2",
          "value": "positive"
        },
        "Header4": {
          "valueOne": "value 3",
          "valueTwo": "value 4",
          "value": "negative"
        },
        "FactSheet": {
          "label": "download",
          "to": "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf"
        }
      }
    ]
  }
}