addClone

addClone(Row templ, boolean withAttachedRows) method

Creates a copy of the specified template row and inserts it at the bottom of a table.

Parameters

NameTypeDescription
templRowRow which is used as a template.
withAttachedRowsbooleanTrue to copy also all rows attached to the template row.

Returns

Row