RepeaterGroup.addRowFooterTemplate Method
Adds a row footer template to the group.
Parameters
- template
-
Type: Template
The template to add.
- collectionIndex
-
Type: Number (Integer)
(optional) The index in the rowFooterTemplates array. If not specified, the template will be added to the first row footer template collection.
Optional: True
- insertIndex
-
Type: Number (Integer)
(optional) An index in the array at which to insert the template. If not specified, the template will be added to the end.
Optional: True