listParams riga 136 fix pager stop live

PARAMS riga 147 fix filter stop live
This commit is contained in:
zaccaria.majid
2022-09-15 16:08:47 +02:00
parent 47ddab4e67
commit 1efd5f5a4b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ namespace MP.SPEC.Components
{
await InvokeAsync(() =>
{
PagerResetReq.InvokeAsync(true);
PagerResetReq.InvokeAsync(false);
//currPage = 1;
Task task = UpdateData();
StateHasChanged();
+1
View File
@@ -144,6 +144,7 @@ namespace MP.SPEC.Pages
{
isLoading = true;
currFilter = newParams;
currFilter.LiveUpdate = !currFilter.LiveUpdate;
#if false
liveUpdate = newParams.LiveUpdate;
#endif