Merge pull request #8763 from sixinli/patch-2

add additional type for `autoColumnSize`
This commit is contained in:
Masahiro Wakame
2016-03-31 01:07:00 +09:00
+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.