customAggregation
Hey anybody can you help me explain how to make work custom aggregation fn ?
aggregationFns: {
myCustomAggregation: (columnId, leafRows, childRows) => {
console.log(columnId, 'yolo');
// return the aggregated value
},
},
When i define the function in column , i cannot see any logs in console after i trigger the grouping by it
0 Replies