Skip to content

Commit

Permalink
bugfix:table column width resize error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyao committed May 22, 2024
1 parent d0f65c4 commit 5ef9d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devui/data-table/table/head/th/th.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export class TableThComponent implements OnChanges, OnDestroy {
this.resizing = false;

// destroy overlay
this.renderer2.removeChild(this.element, this.resizeOverlay);
this.renderer2.removeChild(this.element.firstElementChild, this.resizeOverlay);

this.renderer2.removeClass(this.tableViewRefElement.nativeElement, 'table-view-selector');

Expand Down

0 comments on commit 5ef9d0e

Please sign in to comment.