T
TanStack2mo ago
other-emerald

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
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?