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