AddRows
Add one or more rows to the bottom of a table
JSON
{
"action": "addRows",
"shapeName": string,
"rowData": [ [ string ] ],
}
Fields
- shapeName
- Table shape name as listed on Selection Pane. Required.
- rowData
- Data to add to table, in row-major order. Required.