sb.setTableTemplateAttrs
sb.setTableTemplateAttrs(templateName, row, col, tagObject)
Set attributes for a table column template. This will result in the template being changed and the entire table being re-laid out and re-configured. If any changes were made to specific cells then those changes will be lost and need to be re-applied.The tagObject contains tags and values for the attributes to set:
width, height
Parameters
| Parameter | Type | Description |
|---|---|---|
templateName | string | The model full path of the table template to set information about. |
row | number | The row of the table template to get information on. |
col | number | The column of the table template to get information on. |
tagObject | object | An object containing the keys to change. |