* Migrated EdiCo and Co views to Syncfusion
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user