aggregation
Installation
SKILL.md
This skill builds on core and table-features. Aggregation is independent
from grouping: use it alone for totals, or combine it with the grouping skill
for synthetic grouped rows.
Setup
import {
rowAggregationFeature,
aggregationFn_mean,
aggregationFn_sum,
tableFeatures,
} from '@tanstack/table-core'