From 3302769aa8be647006287b75d46e41e97c66a0eb Mon Sep 17 00:00:00 2001 From: N1XUS Date: Thu, 31 Aug 2023 13:52:56 +0300 Subject: [PATCH] fix(platform): custom row height (#10439) --- libs/platform/src/lib/table/table.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/platform/src/lib/table/table.component.ts b/libs/platform/src/lib/table/table.component.ts index 01974a2ef94..a8cadeab02c 100644 --- a/libs/platform/src/lib/table/table.component.ts +++ b/libs/platform/src/lib/table/table.component.ts @@ -1750,6 +1750,7 @@ export class TableComponent tap(() => { this._setSelectionColumnWidth(); }), + filter(() => Array.from(ROW_HEIGHT.values()).includes(this.rowHeight)), filter(() => !this._rowHeightManuallySet) ) .subscribe((contentDensity) => {