IMenu
Home > @gooddata/sdk-ui-pivot > IMenu
IMenu interface
Signature:
export interface IMenu
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
aggregations? | boolean | (Optional) If true, grand totals and subtotals can be added to the table using table menu. | |
aggregationsSubMenu? | boolean | (Optional) If true, subtotals can be added to the table using table menu. TODO: remove for SDK9 | |
aggregationsSubMenuForRows? | boolean | (Optional) If true, total and subtotals for columns (yes, for columns, although the naming is rows) can be added to the table using table menu. This will be removed in the future, it's under feature flag control for development purposes. | |
aggregationTypes? | TotalType[] | (Optional) Specifies which aggregation functions can be selected from the menu. |