Documentation

@kanunilabs/pivotgrid-enterprise


@kanunilabs/pivotgrid-enterprise / DrillDownSpec

Interface: DrillDownSpec

Properties

colPath?

optional colPath?: readonly string[]


fields?

optional fields?: readonly PivotField<never, PivotCellTemplate, any>[]

The pivot's fields — captions, data types and number formats.


fileName?

optional fileName?: string

Export base name; .csv / .xlsx are appended.


getI18n

getI18n: () => ResolvedI18n

Returns

ResolvedI18n


pageSize?

optional pageSize?: number


portal

portal: PortalLayer


records

records: readonly Record<string, unknown>[]

The source rows behind the clicked cell, as resolveCellClick returned them.


rowPath?

optional rowPath?: readonly string[]