AdaptablePivotView

TypeScript
interface AdaptablePivotView extends
Extends

AdaptableBaseView

Properties

PropertyDescription
columnsJust for type checking
pivotAggregationColumns
pivotColumns
pivotGroupColumns
showTotalColumns

Property Details

columns

Just for type checking

TypeScript
columns?: never;
Property Value

never

pivotAggregationColumns

TypeScript
pivotAggregationColumns?: AdaptablePivotAggregationColumn[];
Property Value

AdaptablePivotAggregationColumn[]

pivotColumns

TypeScript
pivotColumns: AdaptablePivotViewCol[];
Property Value

AdaptablePivotViewCol[]

pivotGroupColumns

TypeScript
pivotGroupColumns?: AdaptablePivotGroupColumn[];
Property Value

AdaptablePivotGroupColumn[]

showTotalColumns

TypeScript
showTotalColumns?: false | 'start' | 'end';
Property Value

false | 'start' | 'end'