Skip to content

Commit

Permalink
fix(module:table): fix table custom filter panel (#3787)
Browse files Browse the repository at this point in the history
close #3721
  • Loading branch information
vthinkxie authored Jul 13, 2019
1 parent eb5d544 commit b9a7267
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 b9a7267

Please sign in to comment.