GroupPanel
Setting information for grid Group Panel display information
Signature:
export interface GroupPanelRemarks
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 |
| resetText | string | The text of the reset button |
| showResetButton | boolean | Whether to show the reset button in the 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
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