IPivotTableBucketProps
Home > @gooddata/sdk-ui-pivot > IPivotTableBucketProps
IPivotTableBucketProps interface
Signature:
export interface IPivotTableBucketProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
columns? | AttributesOrPlaceholders | (Optional) Specify one or more attributes to create table columns from. | |
filters? | NullableFiltersOrPlaceholders | (Optional) Specify filters to apply on the data to chart. | |
measures? | AttributesMeasuresOrPlaceholders | (Optional) Specify measures to create table columns from. | |
placeholdersResolutionContext? | any | (Optional) Optional resolution context for composed placeholders. | |
rows? | AttributesOrPlaceholders | (Optional) Specify attributes, whose elements will be used to populate table rows. | |
sortBy? | SortsOrPlaceholders | (Optional) Specify how to sort the data to chart. | |
totals? | TotalsOrPlaceholders | (Optional) Specify what totals should be calculated and included in the table. |