UNPKG

@visactor/vtable

Version:

canvas table width high performance

3 lines (2 loc) 273 B
import type { IPivotTableCellHeaderPaths, PivotChartConstructorOptions } from '../../ts-types'; export declare function getDataCellPath(options: PivotChartConstructorOptions, data: Object, compareFunc?: (a: any, b: any) => boolean): IPivotTableCellHeaderPaths | undefined;