NG-ZORRO / ng-zorro-antd

Angular UI Component Library based on Ant Design
https://ng.ant.design
MIT License
8.86k stars 3.91k forks source link

table组件将我的数据顺序打乱了 #5262

Closed candy4290 closed 4 years ago

candy4290 commented 4 years ago

Reproduction link

https://stackblitz.com/edit/angular-jze8hj-71zwif?file=src/app/app.component.ts

Steps to reproduce

https://stackblitz.com/edit/angular-jze8hj-71zwif?file=src/app/app.component.ts 经过测试,chrome 63.0.3239.108 及其以下版本 配合 组件库8. 版本没有问题; chrome最新版及组件库9. 版本没有问题; chrome 63.0.3239.108 及其以下版本 配合 组件库 9. 版本出现该问题

What is expected?

期望数据顺序不会被打乱

What is actually happening?

chrome 63.0.3239.108 及 9. 版本出现该问题 image

Environment Info
ng-zorro-antd 9.1.1
Browser chrome 63.0.3239.108

什么原因导致的?是ng9导致的,还是?

candy4290 commented 4 years ago

please help!!!

PelnHigh commented 4 years ago

给table th加上nzWidth

candy4290 commented 4 years ago

给table th加上nzWidth

没有任何作用

candy4290 commented 4 years ago

help?!!!