Skip to content

Commit

Permalink
FIX: Remove ForceFit deprecation message, fixes #603 (#1012)
Browse files Browse the repository at this point in the history
* Remove ForceFit deprecation message fixes #603

* Remove message completely
  • Loading branch information
6pac committed Apr 11, 2024
1 parent d1132c9 commit 2e96fd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/slick.grid.ts
Expand Up @@ -3633,7 +3633,6 @@ export class SlickGrid<TData = any, C extends Column<TData> = Column<TData>, O e
}
if (this._options.forceFitColumns) {
this._options.autosizeColsMode = GridAutosizeColsMode.LegacyForceFit;
console.log('forceFitColumns option is deprecated - use autosizeColsMode');
}
}

Expand Down

0 comments on commit 2e96fd5

Please sign in to comment.