HTML API
addColumn
Add a column to a specified table element.
Throws an exception when the application cannot find a match for the table element or the innerHTML is different. See HTML live edit for further information.
tilepieces.core.htmlMatch.addColumn(tableEl,index);
Parameters
- tableEl
- A table element
- index
- A number that represents the position to insert the column
Return Value
None.