mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Merge pull request #8763 from sixinli/patch-2
add additional type for `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