sfClearGroup

Removes all existing rows from a group control.

Syntax

sfClearGroup(id)

Parameters

Name

Type

Mandatory

Description

Name

Type

Mandatory

Description

id

string

yes

Control id of the group control.

Usage examples

Let us consider a group control Products. To remove all existing rows from the group control,

sfClearGroup('control_products');