Skip to content

Commit ee689dc

Browse files
committed
Update documentation. #4267
1 parent 4a6e977 commit ee689dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/defaultSettings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,8 +1616,8 @@ DefaultSettings.prototype = {
16161616
autoColumnSize: void 0,
16171617

16181618
/**
1619-
* Enables or disables autoRowSize plugin. Default value is `undefined`, which has the same effect as `true`.
1620-
* Disabling this plugin can increase performance, as no size-related calculations would be performed.
1619+
* Enables or disables autoRowSize plugin. Default value is `undefined`, which has the same effect as `false` (disabled).
1620+
* Enabling this plugin can decrease performance, as size-related calculations would be performed.
16211621
*
16221622
* Row height calculations are divided into sync and async stages. Each of these stages has their own advantages and
16231623
* disadvantages. Synchronous calculations are faster but they block the browser UI, while the slower asynchronous operations don't

0 commit comments

Comments
 (0)