Skip to content

Commit

Permalink
fix(platform): custom row height (#10439)
Browse files Browse the repository at this point in the history
  • Loading branch information
N1XUS authored Aug 31, 2023
1 parent bdabd1a commit 3302769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/platform/src/lib/table/table.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1750,6 +1750,7 @@ export class TableComponent<T = any>
tap(() => {
this._setSelectionColumnWidth();
}),
filter(() => Array.from(ROW_HEIGHT.values()).includes(this.rowHeight)),
filter(() => !this._rowHeightManuallySet)
)
.subscribe((contentDensity) => {
Expand Down

0 comments on commit 3302769

Please sign in to comment.