Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TablePaginatedReportOptions

import type { TablePaginatedReportOptions } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The paginated report options for a table visual.

interface TablePaginatedReportOptions {
OverflowColumnHeaderVisibility?: Visibility | null;
VerticalOverflowVisibility?: Visibility | null;
}

§Properties

§
OverflowColumnHeaderVisibility?: Visibility | null
[src]

The visibility of repeating header rows on each page.

§
VerticalOverflowVisibility?: Visibility | null
[src]

The visibility of printing table overflow across pages.