BasesViewConfig.setGroupBy method
BasesViewConfig › setGroupBy
Unofficial
Sets the group-by config for the view.Signature:
setGroupBy(groupBy: BasesSortConfig | null): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| groupBy | BasesSortConfig | null | The group-by config, or null to clear it. |
Returns: void