Skip to content

BasesViewConfig.setGroupBy method

BasesViewConfig › setGroupBy

Unofficial

Sets the group-by config for the view.

Signature:

setGroupBy(groupBy: BasesSortConfig | null): void

Parameters:

ParameterTypeDescription
groupByBasesSortConfig | nullThe group-by config, or null to clear it.

Returns: void