add additional type for autoColumnSize

according to docs in: http://docs.handsontable.com/0.17.0/Options.html#autoColumnSize
This commit is contained in:
sixinli
2016-03-29 13:54:46 -04:00
parent ee9c524295
commit e4d9cb3ce0
+1 -1
View File
@@ -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.