xhtml.tableRow

Parameter syntax: insertBefore [ td | th ]? | insertAfter [ td | th ]? | delete

A td or th element must be implicitly or explicitly selected.

insertBefore [ td | th ]?

A td or th element must be implicitly or explicitly selected. Inserts a row before row containing selected cell.

If 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.

insertAfter [ td | th ]?

A td or th element must be implicitly or explicitly selected. Inserts a row before row containing selected cell.

delete

A td or th element must be implicitly or explicitly selected. Deletes row containing selected cell.

This command is tbody, thead, tfoot, rowspan aware.