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
Property | Type | Description |
---|---|---|
height | number | Height of Group Panel |
minHeight | number | Minimum height of Group Panel |
visible | boolean | Visibility 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