Skip to content

Templates

Jim Robinson edited this page Jul 21, 2023 · 1 revision

Table json

@TABLE_JSON

{
   "headers": [<array of column headers>],
   "rows": [<array of row data>]
}
  • headers - an array of strings for the table column headers. The first header is reserved for the ID field linking a row to the corresponding session and is hidden

  • row - an array or arrays containing table row data. The first element of each row array is the unique ID. Each row must be the same length as headers and follow the same order

Clone this wiki locally