Added missing fields to google.visualization TableOptions (#43365)

* Update index.d.ts

Adding missing settings to TableOptions

* Update index.d.ts
This commit is contained in:
Michael Hays 2020-03-30 17:14:20 -07:00 committed by GitHub
parent e26aaaedb2
commit df015ee40e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;