UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

5 lines (4 loc) 457 B
import type { RowLeaf } from "@1771technologies/lytenyte-shared"; import type { PivotModel } from "../../../use-client-data-source"; import type { Grid } from "@1771technologies/lytenyte-core"; export declare function pivotPaths<Spec extends Grid.GridSpec>(filtered: number[], leafs: RowLeaf<Spec["data"]>[], columns: Required<PivotModel<Spec>>["columns"], measures: PivotModel<Spec>["measures"], labelFilter: PivotModel<Spec>["colLabelFilter"]): string[];