bindingInfo.addGroupCol(colName)

Creates grouping for the specified Table column.

Parameter

colName name of the group column

Example

bindingInfo.addGroupCol('state');

See Also

bindingInfo.removeGroupCol(colName), for the inverse operation.

bindingInfo.setColorField(col, type), for color grouping in a Chart.

bindingInfo.setShapeField(col, type), for shape grouping in a Chart.

bindingInfo.setSizeField(col, type), for size grouping in a Chart.

<< SI.6.2 The Table bindingInfo Property © 1996-2013 InetSoft Technology Corporation (v11.4) bindingInfo.addHiddenColumn(colName) >>