in components/js/slickGrid.ts [410:415]
private onResize(): void { if (this._grid !== undefined) { // this will make sure the grid header and body to be re-rendered this._grid.resizeCanvas(); } }