GrandTotalsPositionNext
Home > @gooddata/sdk-ui-pivot > GrandTotalsPositionNext
GrandTotalsPositionNext type
Position of grand totals rows in the table.
- "pinnedBottom" - Grand totals are pinned at the bottom of the table (always visible) - "pinnedTop" - Grand totals are pinned at the top of the table (always visible) - "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)
Signature:
export type GrandTotalsPosition = "pinnedBottom" | "pinnedTop" | "bottom" | "top";