Skip to content

Commit

Permalink
fix(module:table): fix table custom filter panel (NG-ZORRO#3787)
Browse files Browse the repository at this point in the history
  • Loading branch information
vthinkxie authored and Ricbet committed Apr 9, 2020
1 parent 20835b9 commit 898e534
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/table/nz-th.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
</div>
<ng-content></ng-content>
</span>
<ng-content select="[nz-dropdown]"></ng-content>
<ng-content select="nz-dropdown"></ng-content>
<div class="ant-table-column-sorter" *ngIf="nzShowSort">
<div class="ant-table-column-sorter-inner ant-table-column-sorter-inner-full">
Expand All @@ -48,6 +47,8 @@
</div>
</div>
</span>
<ng-content select="[nz-dropdown]"></ng-content>

<ng-container *ngIf="nzShowFilter">
<i nz-icon
nz-dropdown
Expand Down

0 comments on commit 898e534

Please sign in to comment.