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
resetTextstringThe text of the reset button
showResetButtonbooleanWhether to show the reset button in the Group Panel
visiblebooleanVisibility of Group Panel

Properties Desc

height

Height of Group Panel

Type - number


minHeight

Minimum height of Group Panel

Type - number


resetText

Reset button text

Type - string


showResetButton

Whether to show the reset button in the Group Panel

Type - boolean


visible

Visibility of Group Panel

Type - boolean