只为成功找方法,不为失败找理由。

博客园 首页 新随笔 联系 订阅 管理
 <th nz-th
                  nzShowFilter
                  [nzFilters]="listOfName"
                  [nzFilterMultiple]="false"
                  (nzFilterChange)="filter($event,col)"
                   *ngFor="let col of esnAssembleHistoryCrafts">
                {{col.craftFieldLable}}
              </th>

打包之后过滤功能丢失

查了半天发现官网的例子是有问题的,需要改成nzShowFilter=true再次打包丢失的功能才显示了出来

 

posted on 2021-02-25 17:53  诗意的活着  阅读(116)  评论(0编辑  收藏  举报