Skip to content

BasesViewConfig.setGroupBy method

BasesViewConfig › setGroupBy

Unofficial

Sets the group-by config for the view.

Signature:

setGroupBy(groupBy: BasesSortConfig | null): void

Parameters:

Parameter Type Description
groupBy BasesSortConfig | null The group-by config, or null to clear it.

Returns: void