From e4d9cb3ce0995cde5e4300c6e349a5329d306fd1 Mon Sep 17 00:00:00 2001 From: sixinli Date: Tue, 29 Mar 2016 13:54:46 -0400 Subject: [PATCH] add additional type for `autoColumnSize` according to docs in: http://docs.handsontable.com/0.17.0/Options.html#autoColumnSize --- jquery-handsontable/jquery-handsontable.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery-handsontable/jquery-handsontable.d.ts b/jquery-handsontable/jquery-handsontable.d.ts index 48f1bf790e..14a6ab1b67 100644 --- a/jquery-handsontable/jquery-handsontable.d.ts +++ b/jquery-handsontable/jquery-handsontable.d.ts @@ -280,7 +280,7 @@ declare namespace Handsontable { /** * Setting to true enables the autoColumnSize plugin, which makes sure each column gets enough space to show its content. */ - autoColumnSize?: boolean; + autoColumnSize?: boolean | Object; /** * Setting to true enables the observeChanges plugin, which automatically renders the table when a change in the data source is observed.