TableAggregationColumns
Defines an Aggregated Column in a Table Layout
TypeScript
export type TableAggregationColumns = {
ColumnId: string;
AggFunc: AggregationColumnValue;
}[];Defines an Aggregated Column in a Table Layout
export type TableAggregationColumns = {
ColumnId: string;
AggFunc: AggregationColumnValue;
}[];