@tanstack/table-core
Version:
Headless UI for building powerful tables & datagrids for TS/JS.
8 lines • 314 B
TypeScript
import { TableFeature } from "../../types/TableFeatures.js";
//#region src/features/row-aggregation/rowAggregationFeature.d.ts
/**
* Independent aggregation feature for grouped values and root/custom-row totals.
*/
declare const rowAggregationFeature: TableFeature;
//#endregion
export { rowAggregationFeature };