We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db34213 commit 7d21233Copy full SHA for 7d21233
packages/common/src/services/resizer.service.ts
@@ -343,10 +343,8 @@ export class ResizerService {
343
// apply these new height/width to the datagrid
344
if (!this.gridOptions.autoHeight) {
345
this._gridDomElm.height(newHeight as string);
346
- this._gridContainerElm.height(newHeight);
347
}
348
this._gridDomElm.width(newWidth as string);
349
- this._gridContainerElm.width(newWidth as string);
350
351
// resize the slickgrid canvas on all browser except some IE versions
352
// exclude all IE below IE11
0 commit comments