In this PR, we are introducing aggregate queries on table views, behind a feature flag. This does not work with view groups yet, nor with views that have records until the bottom. (both will be tackled next)
This commit is contained in:
@ -14,5 +14,6 @@ export const mapColumnDefinitionsToViewFields = (
|
||||
size: columnDefinition.size,
|
||||
isVisible: columnDefinition.isVisible ?? true,
|
||||
definition: columnDefinition,
|
||||
aggregateOperation: columnDefinition.aggregateOperation,
|
||||
}));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user