diff --git a/EgwCoreLib.Razor/DataPager.razor.cs b/EgwCoreLib.Razor/DataPager.razor.cs index 158080f..e40d08f 100644 --- a/EgwCoreLib.Razor/DataPager.razor.cs +++ b/EgwCoreLib.Razor/DataPager.razor.cs @@ -32,7 +32,11 @@ namespace EgwCoreLib.Razor return answ; } } - +public void resetCurrPage() + { + //await Task.Delay(1); + currPage = 1; + } private int LastPage { get diff --git a/README.md b/README.md index 8edc298..10a45e3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# EgwCoreRazorComp +# EgwCoreLibRazor Repository per componenti Razor in tecnologia dotNet Core (6+) @@ -18,7 +18,7 @@ Use examples liberally, and show the expected output if you can. It's helpful to Date | Vers | Note ---------|----------|--------- 2023.01.26 | 1.0.0.0 | Versione preliminare da copia progetto GPW.CORE.Smart -----.--.-- | 1.1.0.0 | Completamento porting componenti da GPW.WrkLog -----.--.-- | 1.2.0.0 | Integrazione componenti da SHERPA.BBM -----.--.-- | 1.3.0.0 | Integrazione componenti da MP.* (STATS, SPEC, INVE) +2023.01.03 | 1.1.0.0 | Completamento porting componenti da GPW.WrkLog +2023.01.03 | 1.2.0.0 | Integrazione componenti da MP.* (STATS, SPEC, INVE) +----.--.-- | 1.3.0.0 | Integrazione componenti da SHERPA.BBM ----.--.-- | 1.4.0.0 | Integrazione componenti da MP.MONO