AddColumns

Add one or more columns on the right side of the table

JSON

{
"action": "addColumns",
"shapeName": string,
"columnData": [ [ string ] ],
}

Fields

shapeName
Table shape name as listed on Selection Pane. Required.
columnData
Data to add to table, in column-major order. Required.