From df015ee40ee4d8cafcf9cfdd4a04372a9faed5ac Mon Sep 17 00:00:00 2001 From: Michael Hays Date: Mon, 30 Mar 2020 17:14:20 -0700 Subject: [PATCH] Added missing fields to google.visualization TableOptions (#43365) * Update index.d.ts Adding missing settings to TableOptions * Update index.d.ts --- types/google.visualization/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/google.visualization/index.d.ts b/types/google.visualization/index.d.ts index 55a0ccce47..eecff7a8de 100644 --- a/types/google.visualization/index.d.ts +++ b/types/google.visualization/index.d.ts @@ -1112,9 +1112,11 @@ declare namespace google { alternatingRowStyle?: boolean; cssClassNames?: CssClassNames; firstRowNumber?: number; + frozenColumns?: number; height?: string; page?: string; pageSize?: number; + pagingButtons?: number | 'both' | 'prev' | 'next' | 'auto'; rtlTable?: boolean; scrollLeftStartPosition?: number; showRowNumber?: boolean;