From 5540fa9226301b326001e8fb1e95266f2ebc5aaa Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 15 Jan 2025 08:58:29 +0100 Subject: [PATCH] Update gestione eventi sorter --- .../Pages/TestComponenti.razor | 67 ++++++++++++++++--- EgwCoreLib.Razor/Sorter.razor | 2 +- EgwCoreLib.Razor/Sorter.razor.cs | 33 ++++----- 3 files changed, 73 insertions(+), 29 deletions(-) diff --git a/EgwCoreLib.BlazorTest/Pages/TestComponenti.razor b/EgwCoreLib.BlazorTest/Pages/TestComponenti.razor index 17f5038..2bc2031 100644 --- a/EgwCoreLib.BlazorTest/Pages/TestComponenti.razor +++ b/EgwCoreLib.BlazorTest/Pages/TestComponenti.razor @@ -1,4 +1,5 @@ @page "/TestComponenti" +@using static EgwCoreLib.Razor.Sorter @inject NavigationManager NavMan @implements IDisposable @@ -129,27 +130,65 @@
-
+

Test toggler

-
+
- - - - +
+

Test switch pager

+
+ + + + +
+
+
+
+
+

Test Sorter

+
+ + + + + + + + + + + + + + + + +
+ Col A + + + ColB + + + Col C + +
Sort param@sortField@sortAsc
+
+