fix(module: table): call StateHasChanged in InternalReload (#1874) (#1875)

This commit is contained in:
Nikolay Krondev 2021-08-28 05:59:11 +02:00 committed by GitHub
parent cddfca399d
commit 656d31237e

View File

@ -306,6 +306,7 @@ namespace AntDesign
{
_treeExpandIconColumnIndex = ExpandIconColumnIndex + (_selection != null && _selection.ColIndex <= ExpandIconColumnIndex ? 1 : 0);
}
StateHasChanged();
return queryModel;
}