Table in the simultaneous use of PageSize, HidePagination, OnChange when the page will appear to be stuck in a dead loop
See original GitHub issueDescribe the bug
Table in the simultaneous use of PageSize, HidePagination, OnChange when the page will appear to be stuck in a dead loop
Steps to reproduce (please include code)
See attachment below
Exceptions (if any)
Further technical details
-
AntDesign Nuget Package version 0.13.0
-
Include the output of
dotnet --info
.NET SDK: Version: 7.0.100 Commit: e12b7af219运行时环境: OS Name: Windows OS Version: 10.0.22621 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\7.0.100\
Host: Version: 7.0.0 Architecture: x64 Commit: d099f075e4
-
The IDE (VS / VS Code/ VS4Mac) you’re running on, and it’s version VS
Demo
BlazorApp-empty1.zip It contains git versioning, with 3 commits, the last of which is the commit that reproduces the bug. The example uses the one in the documentation: https://antblazor.com/zh-CN/components/table#components-table-demo-ajax
Issue Analytics
- State:
- Created 10 months ago
- Comments:5 (3 by maintainers)
Top GitHub Comments
@ldsenow I have fixed it in #2905
This problem has not been solved yet. when I upgraded to AntDesign 0.13.1, the above demo still did not solve the stuck problem when I ran it.