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

TableOptions

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

The table options for a table visual.

interface TableOptions {
CellStyle?: TableCellStyle | null;
HeaderStyle?: TableCellStyle | null;
Orientation?: TableOrientation | null;
RowAlternateColorOptions?: RowAlternateColorOptions | null;
}

§Properties

§
CellStyle?: TableCellStyle | null
[src]

The table cell style of table cells.

§
HeaderStyle?: TableCellStyle | null
[src]

The table cell style of a table header.

§
Orientation?: TableOrientation | null
[src]

The orientation (vertical, horizontal) for a table.

§
RowAlternateColorOptions?: RowAlternateColorOptions | null
[src]

The row alternate color options (widget status, row alternate colors) for a table.