mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
add additional type for autoColumnSize
according to docs in: http://docs.handsontable.com/0.17.0/Options.html#autoColumnSize
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user