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
| Name | Type | Description |
|---|---|---|
| templ | Column | Column which is used as a template. |
| withAttachedColumns | boolean | True to copy also all columns attached to the template row. |