-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nz-table 使用 [(nzPageIndex)] 在异步填充数据后会卡死 #3004
Comments
Translation of this issue: nz-table Using [(nzPageIndex)] will crash after asynchronously filling dataReproduction link[https://stackblitz.com/edit/ng-zorro-antd-start-pbxi38?file=src%2Fapp%2Fapp.component.html](https://stackblitz.com/edit/ng-zorro-antd- Start-pbxi38?file=src%2Fapp%2Fapp.component.html) Steps to reproduceOpen the replay connection and get stuck! image Remove What is expected?
What is actually happening?
|
可能是前端分页导致, [nzFrontPagination]='false' 时正常 |
遇到同样的问题,请问怎么解? |
确认是bug,我们今天会发布7.0.1解决这个问题,感谢报告 |
请问7.0.1什么时候发布,Thanks |
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start-pbxi38?file=src%2Fapp%2Fapp.component.html
Steps to reproduce
打开重现连接后卡死
去掉
[(nzPageIndex)]="page" [(nzPageSize)]="pageSize"
后恢复正常What is expected?
What is actually happening?
---
The text was updated successfully, but these errors were encountered: