Added sorting
All checks were successful
HopFrame CI / build (push) Successful in 55s
HopFrame CI / test (push) Successful in 1m6s

This commit is contained in:
2026-02-25 21:25:34 +01:00
parent ff2634ff41
commit e9e9fbf5e9
17 changed files with 221 additions and 58 deletions

View File

@@ -4,7 +4,7 @@ using Microsoft.AspNetCore.Components;
namespace HopFrame.Web.Components.Pages;
public partial class TablePage(IConfigAccessor accessor, NavigationManager navigator) : CancellableComponent {
public partial class TablePage(IConfigAccessor accessor, NavigationManager navigator) : ComponentBase {
private const int PerPage = 25;
[Parameter]