fix(module: table): clear the row state after page index was changed in client resource mode (#3546)

This commit is contained in:
James Yeung 2023-12-03 20:16:15 +08:00 committed by GitHub
parent 32c2a12a7d
commit f177ec1b6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,6 +116,8 @@ namespace AntDesign
private async Task HandlePageIndexChange(PaginationEventArgs args)
{
FlushCache();
_pageIndex = args.Page;
if (PageIndexChanged.HasDelegate)