|
|
@ -91,7 +91,7 @@ export class DashboardPageComponent extends ResourceOwner implements AfterViewIn |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public ngAfterViewChecked() { |
|
|
public ngAfterViewChecked() { |
|
|
this.extendedHeight = `${this.grid.gridRows.length * this.grid.curRowHeight - 10}px`; |
|
|
this.extendedHeight = `${this.grid.gridRows.length * this.grid.curRowHeight - (this.gridOptions.margin || 0)}px`; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public changeIsStacked(value: boolean) { |
|
|
public changeIsStacked(value: boolean) { |
|
|
|