(tile: MatGridTile, rowIndex: number)
| 186 | } |
| 187 | |
| 188 | override setRowStyles(tile: MatGridTile, rowIndex: number): void { |
| 189 | tile._setStyle('top', this.getTilePosition(this.fixedRowHeight, rowIndex)); |
| 190 | tile._setStyle('height', calc(this.getTileSize(this.fixedRowHeight, tile.rowspan))); |
| 191 | } |
| 192 | |
| 193 | override getComputedHeight(): [string, string] { |
| 194 | return ['height', calc(`${this.getTileSpan(this.fixedRowHeight)} + ${this.getGutterSpan()}`)]; |