addClone

addClone(Column templ, boolean withAttachedColumns) method

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

Parameters

NameTypeDescription
templColumnColumn which is used as a template.
withAttachedColumnsbooleanTrue to copy also all columns attached to the template row.

Returns

Column