grandTotalsPosition
Home > @gooddata/sdk-ui-pivot > IPivotTableConfig > grandTotalsPosition
IPivotTableConfig.grandTotalsPosition property
Customize position of grand totals rows in the table.
Signature:
grandTotalsPosition?: GrandTotalsPosition;
Remarks
- "pinnedBottom" - Grand totals are pinned at the bottom (always visible while scrolling) - "pinnedTop" - Grand totals are pinned at the top (always visible while scrolling) - "bottom" - Grand totals appear at the end of the table data (scrolls with content) - "top" - Grand totals appear at the beginning of the table data (scrolls with content)
Default: "pinnedBottom"