@mindfiredigital/pivothead
Version:
PivotHead is a powerful and flexible library for creating interactive pivot tables in JavaScript applications. It provides a core engine for data manipulation and, in the future, will be compatible with wrappers for React, Vue, Svelte, and Angular, making
3 lines • 332 B
TypeScript
import { GroupConfig, PivotTableConfig, SortConfig, ProcessedDataResult } from '../types/interfaces';
export declare function processData<T extends Record<string, any>>(config: PivotTableConfig<T>, sortConfig?: SortConfig | null, groupConfig?: GroupConfig | null): ProcessedDataResult<T>;
//# sourceMappingURL=dataProcessor.d.ts.map