mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-03 12:37:40 +08:00
fix(module: table): clear the row state after page index was changed in client resource mode (#3546)
This commit is contained in:
parent
32c2a12a7d
commit
f177ec1b6b
@ -116,6 +116,8 @@ namespace AntDesign
|
||||
|
||||
private async Task HandlePageIndexChange(PaginationEventArgs args)
|
||||
{
|
||||
FlushCache();
|
||||
|
||||
_pageIndex = args.Page;
|
||||
|
||||
if (PageIndexChanged.HasDelegate)
|
||||
|
Loading…
Reference in New Issue
Block a user