UNPKG

@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

6 lines 270 B
import type { AutoLayoutResult, DataRecord } from '../../types/interfaces'; /** * Build automatic layout based on CSV/JSON data per product rules */ export declare function buildAutoLayout(data: DataRecord[]): AutoLayoutResult; //# sourceMappingURL=autoLayout.d.ts.map