grandTotalsPosition
Home > @gooddata/sdk-ui-pivot > PivotTableNextGrandTotalsPositionConfig > grandTotalsPosition
PivotTableNextGrandTotalsPositionConfig.grandTotalsPosition property
Position of grand totals rows in the table.
- "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 value: "pinnedBottom"
Signature:
grandTotalsPosition?: GrandTotalsPosition;