@1771technologies/lytenyte-pro
Version:
Blazingly fast headless React data grid with 100s of features.
5 lines (4 loc) • 451 B
TypeScript
import type { RowLeaf } from "@1771technologies/lytenyte-shared";
import type { PivotModel } from "../../../use-client-data-source";
import type { GridSpec } from "../../../../types/index.js";
export declare function pivotPaths<Spec extends GridSpec>(filtered: number[], leafs: RowLeaf<Spec["data"]>[], columns: Required<PivotModel<Spec>>["columns"], measures: PivotModel<Spec>["measures"], labelFilter: PivotModel<Spec>["colLabelFilter"]): string[];