RealGrid2 API
Interface
GroupPanel

GroupPanel

Setting information for grid Group Panel display information

Signature:

export interface GroupPanel

Remarks

When using GridView.setGroupPanel(), you only need to enter the necessary information.

Example

gridView.setGroupPanel({visible: false});

Properties

PropertyTypeDescription
heightnumberHeight of Group Panel
minHeightnumberMinimum height of Group Panel
visiblebooleanVisibility of Group Panel

Properties Desc

height

Height of Group Panel

Type - number


minHeight

Minimum height of Group Panel

Type - number


visible

Visibility of Group Panel

Type - boolean