@kanunilabs/pivotgrid-enterprise
@kanunilabs/pivotgrid-enterprise / DrillDownSpec
Interface: DrillDownSpec
Properties
colPath?
optionalcolPath?: readonlystring[]
fields?
optionalfields?: readonlyPivotField<never,PivotCellTemplate,any>[]
The pivot's fields — captions, data types and number formats.
fileName?
optionalfileName?:string
Export base name; .csv / .xlsx are appended.
getI18n
getI18n: () =>
ResolvedI18n
Returns
ResolvedI18n
pageSize?
optionalpageSize?:number
portal
portal:
PortalLayer
records
records: readonly
Record<string,unknown>[]
The source rows behind the clicked cell, as resolveCellClick returned them.
rowPath?
optionalrowPath?: readonlystring[]