Skip to content

Commit

Permalink
docs(showcase): correct the table header (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
chunghha authored and vthinkxie committed Dec 8, 2017
1 parent 9923a86 commit 403f17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/showcase/nz-demo-table/nz-demo-table-ajax.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import { Component, OnInit } from '@angular/core';
<nz-table-sort (nzValueChange)="sort($event)"></nz-table-sort>
</th>
<th nz-th>
<span>Age</span>
<span>Gender</span>
<nz-dropdown [nzTrigger]="'click'">
<i class="anticon anticon-filter" nz-dropdown></i>
<ul nz-menu>
Expand Down

0 comments on commit 403f17b

Please sign in to comment.