Parameter syntax:
insertBefore [ td | th ]? | insertAfter [ td | th ]? | delete
A td
or th
element must be implicitly or explicitly selected.
Inserts a column before column containing selected cell.
If option td
(or th
) is specified, a new homogeneous column containing only td
(or th
) cells is created. Otherwise the newly created column has cells similar to those of the column containing selected cell.
Inserts a column after column containing selected cell.
Deletes column containing selected cell.
Parameter syntax:
insertBefore [ td | th ]? | insertAfter [ td | th ]? | delete
A td
or th
element must be implicitly or explicitly selected. If a tr
element is explicitly selected, this is equivalent to having selected its first cell.
Inserts a row before row containing selected cell.
If option td
(or th
) is specified, a new homogeneous row containing only td
(or th
) cells is created. Otherwise the newly created row has cells similar to those of the row containing selected cell.
Inserts a row before row containing selected cell.
Deletes row containing selected cell.