HTML API

deleteColumn

Deletes a column from a 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.deleteColumn(tableEl,index);

Parameters

tableEl
A table element
index
The number of the column to be deleted 

Return Value

None.