- Edit
- Back to List
+
+ Print
+ Edit
+ Back to List
+
@@ -102,4 +108,9 @@
NavigationManager.NavigateTo("notfound");
}
}
+
+ private async Task PrintPage()
+ {
+ await JSRuntime.InvokeVoidAsync("window.print");
+ }
}
diff --git a/WebApp/Components/Features/Events/Index.razor b/WebApp/Components/Features/Events/Index.razor
index 0530d49..0ce099e 100644
--- a/WebApp/Components/Features/Events/Index.razor
+++ b/WebApp/Components/Features/Events/Index.razor
@@ -16,7 +16,28 @@