* Migrated EdiCo and Co views to Syncfusion

This commit is contained in:
2025-02-07 07:28:07 +01:00
parent 9c4df2a2ed
commit 6800781fdb
5 changed files with 333 additions and 332 deletions

View File

@@ -7,10 +7,7 @@
@inherits LayoutComponentBase
<h5>Zamówienia Klienta</h5>
<SfGrid @ref="_grid"
AllowFiltering="true"
<SfGrid AllowFiltering="true"
AllowPaging="true"
AllowSorting="true"
AllowSelection="true"
@@ -69,7 +66,6 @@
</SfGrid>
@code {
SfGrid<CustomerOrderDto>? _grid;
private IEnumerable<CustomerOrderDto>? _customerOrders;
protected override async Task OnInitializedAsync()