Skip to content

Commit

Permalink
bugfix:table column width resize error (#353)
Browse files Browse the repository at this point in the history
Co-authored-by: zhangyao <373933650@qq.com>
  • Loading branch information
chester0424 and zhangyao authored Jun 19, 2024
1 parent d0f65c4 commit 1bc4dca
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 1bc4dca

Please sign in to comment.